The Importance of being Namespaced

Hopefully some interesting thoughts on C++ coding and programming in general.

View on GitHub

SSH No password

If you do not have a public/private keyset

ssh-keygen

and return for everything.

Then

ssh-copy-id -i ~/.ssh/id_rsa.pub -pPort [user@]Address

using the password.

Final test by

ssh -pPort [user@]Address