15 lines
246 B
Markdown
15 lines
246 B
Markdown
# 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)
|