minor fix

This commit is contained in:
Jesús 2019-07-13 22:01:11 -05:00
parent 8528d33f3f
commit 83dfabcea7
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

View File

@ -10,7 +10,7 @@
ssh-keygen -b 16384 ssh-keygen -b 16384
### Change private key permissions #### Change private key permissions
chmod 600 ~/.ssh/id_rsa chmod 600 ~/.ssh/id_rsa
@ -22,12 +22,12 @@ To connect to a server, run:
`port` for default is `22` `port` for default is `22`
### Copy SSH key #### Copy SSH key
1. `sudo apt-get install xclip` or `sudo pacman -S xclip` 1. `sudo apt-get install xclip` or `sudo pacman -S xclip`
2. `xclip -sel clip < ~/.ssh/id_rsa.pub` 2. `xclip -sel clip < ~/.ssh/id_rsa.pub`
### Configuration #### Configuration
The client can be configured to store common options and hosts. All options can be declared globally or restricted to specific hosts. For example: The client can be configured to store common options and hosts. All options can be declared globally or restricted to specific hosts. For example: