dotfiles/ssh/README.md

12 lines
173 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)
`ssh-keygen -t rsa -b 4096 -C "comment" -f /path/to/ssh/key`