Find the answer to your Linux question:
Results 1 to 6 of 6
Hi All, As i am new to Linux Platform, can someone tell me what is the use of SSH Command....
  1. #1
    Just Joined!
    Join Date
    Dec 2007
    Location
    chennai-TN,India
    Posts
    42

    Use of SSH Command

    Hi All,

    As i am new to Linux Platform, can someone tell me what is the use of SSH Command.

  2. #2
    Linux Engineer rcgreen's Avatar
    Join Date
    May 2006
    Location
    the hills
    Posts
    1,114
    SSH is to log in to a remote server. You will get a command prompt,
    a command line session on the server as if you were logged in locally.
    Of course, someone on that server must give you an account on
    their machine, and run the SSH server daemon. If you have more than one
    computer on a local network, you can experiment with it.

  3. #3
    Just Joined!
    Join Date
    Mar 2009
    Posts
    2

    Ssh

    Hi.
    ssh -N -L 1521:localhost:1521 oracle@216.185.06.25

    in the above command what is meant by localhost. My local system host IP or other system IP.

    ABove command is correct or not?

    Thanks in advance.

  4. #4
    Linux Engineer rcgreen's Avatar
    Join Date
    May 2006
    Location
    the hills
    Posts
    1,114
    Localhost is your own computer.

  5. #5
    Just Joined!
    Join Date
    Mar 2009
    Posts
    2

    Use of SSH command

    Thank You for your reply.

    But the command not working. Means It is asking for password. After entering password , screen remains idle. Nothing is happening. Is the command correct or not?

  6. #6
    Just Joined!
    Join Date
    Jan 2009
    Location
    Ghana, Accra
    Posts
    9
    Well sridhar1985,

    What you should know is that linux is one very secured OS

    most distributions come with these port blocked by default.

    To be able to use this tool more efficiently, open that port on the

    remote machine before you can ssh into it.

    I don't know which particular version of opensuse you are using

    but i know you can unblock port when go to the firewall settings.

Posting Permissions

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