Installing openssh-server
—
filed under:
LTS,
installation,
openssh-server,
documentation,
server,
hardy,
8.04,
ubuntu,
LVM,
8.04.1
Easy
# run the command
sudo apt-get install openssh-server
# configure ssh
# testing your ssh installation locally
ssh user@localhost
# accept the certificate (if you care to!)
# get your ipaddress
ifconfig
# test access from another machine.
ssh user@ipaddress
# accept cer

