jsaga-help -help
ssh-host-config -y # answers: ntsec tty net start sshd ssh-keygen -t rsa cat ~/.ssh/id_rsa.pub >> ~/.ssh/authorized_keys ssh localhost -i ~/.ssh/id_rsa
ssh://<HOSTNAME>[:<PORT>]/ Where: <HOSTNAME> is the name of the host running the SSH daemon, <PORT> is 22 by default.