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.
|