dotfiles/ssh
George Rawlinson 14c0b760eb Updated a few READMEs 2016-02-04 16:36:55 +13:00
..
README.md Updated a few READMEs 2016-02-04 16:36:55 +13:00
config SSH: Added missing catch-all block 2016-01-24 10:52:00 +13:00

README.md

SSH

Create SSH directory & copy config there.

mkdir -p ~/.ssh/

cp config ~/.ssh/

Generate SSH key(s)

ssh-keygen -t rsa -b 4096 -C "comment" -f /path/to/ssh/key

TODO

Update config variables with proper variables (user/port/keys)