dotfiles/ssh/README.md

16 lines
242 B
Markdown
Raw Normal View History

2016-01-23 21:45:18 +00:00
# SSH
Create SSH directory & copy config there.
`mkdir -p ~/.ssh/`
`cp config ~/.ssh/`
Generate SSH key(s)
2016-10-21 03:05:56 +00:00
`ssh-keygen -t ed25519 -C "comment" -f /path/to/ssh/key`
2016-02-04 03:36:55 +00:00
## TODO
Update config variables with proper variables (user/port/keys)