LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   SSH help (https://www.linuxquestions.org/questions/linux-general-1/ssh-help-36532/)

jolly 11-26-2002 01:20 PM

SSH help
 
Where can I get step by step tutorial for SSH. And which is the best software for SSH.
Please let me know.

cesman 11-26-2002 01:34 PM

Take a look at:
http://www-106.ibm.com/developerwork...ry/l-keyc.html
www.openssh.org

cesman

Syncrm 11-26-2002 01:49 PM

SSH is really more of a protocol than it is software.

most every linux distro released on the past 3 years comes with ssh preinstalled; along with client packages.

if you wanna connect to another linux system via ssh from terminal/console, just type:

ssh -l username hostname

or just

slogin hostname

man sshd for more details on the daemon itself.


All times are GMT -5. The time now is 02:58 AM.