how to use ssh on linux and window

1 replies.


Sothara
Joined: 13-10-2008 10:10 AM
Posts 23

how to use ssh on linux and window

20-10-2008 12:00 PM



Reply | Report Abuse


happyheart
Joined: 13-10-2008 10:31 AM
Posts 23

Re: how to use ssh on linux and window

10/20/2008 1:21:00 PM

for windows, you can use tool to help like putty, ..etc.
putty also have the version for command line ( plink.exe )
if you prefer command line version then you can use it.

for linux you have to download the ssh client and you ssh to connect to server

for example if your server is www.example.com then
# ssh www.example.com

then type password



Reply | Report Abuse

1