dotfiles/ssh
2016-10-22 10:27:59 +13:00
..
config Minor cleanup 2016-10-22 10:27:59 +13:00
README.md Update README files 2016-10-21 16:05:56 +13:00

SSH

Create SSH directory & copy config there.

mkdir -p ~/.ssh/

cp config ~/.ssh/

Generate SSH key(s)

ssh-keygen -t ed25519 -C "comment" -f /path/to/ssh/key

TODO

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