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....
- 01-18-2008 #1Just 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.
- 01-18-2008 #2
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.
- 03-11-2009 #3Just 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.
- 03-13-2009 #4
- 03-13-2009 #5Just 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?
- 03-13-2009 #6Just 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.


Reply With Quote