Kurinchi Blogger Scribbles …


Archive for June 24th, 2009

Jun 24
2009

Linux: How to install SSH?

Last updated: June 24th, 2009

How to install SSH on Linux variants?

In Ubuntu,
$ sudo apt-get install ssh

In Centos, it is
$ yum install ssh

To test if SSH is working, type

$ ssh username@hostname

(First time it will ask if you prefer storing the key values into /home/.ssh/known_hosts so that the server automatically connects at all instances)


Valid HTML 4.01 Strict  Valid HTML 4.01 Strict