CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Aug 2011
    Posts
    22

    [RESOLVED] Connect to remote unix machine in the network

    Hi,

    I have Swing form with three fields- machine name, username and password. The machine is a unix operated system. I have to connect to that machine in the LAN with right validation. SSH protocol is being used. How do I go about doing this in Java. I am very new to Java. Kindly help.

  2. #2
    Join Date
    Nov 2006
    Location
    Barcelona - Catalonia
    Posts
    364

    Re: Connect to remote unix machine in the network

    Is it your homework? Check out this!
    However, you can have a look at sshd library based on Apache Mina, or Jsch library. Googling you can also find examples about using these libraries.

    Regards.
    Please, correct me. I'm just learning.... and sorry for my english :-)

  3. #3
    Join Date
    Aug 2011
    Posts
    22

    Re: Connect to remote unix machine in the network

    @AlberGM: Thanks. This is not my homework though! I will check out with the links u have given.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured