Personal tools
You are here: Home resources hidden docs nix linux debian ubuntu hardy basic server configuration Installing openssh-server

Installing openssh-server

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

Document Actions