aboutsummaryrefslogtreecommitdiffstats
path: root/ssh/README.md
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2019-07-13 22:01:11 -0500
committerJesús <heckyel@hyperbola.info>2019-07-13 22:01:11 -0500
commit83dfabcea7ac8bf17e09a177ed05c2e06702e8bb (patch)
tree75707859aea392ce2ea5f6230aa33525270c2fcf /ssh/README.md
parent8528d33f3f0e32b017e81173ef62b36d60bbeef2 (diff)
downloadbook-83dfabcea7ac8bf17e09a177ed05c2e06702e8bb.tar.lz
book-83dfabcea7ac8bf17e09a177ed05c2e06702e8bb.tar.xz
book-83dfabcea7ac8bf17e09a177ed05c2e06702e8bb.zip
minor fix
Diffstat (limited to 'ssh/README.md')
-rw-r--r--ssh/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/ssh/README.md b/ssh/README.md
index c3905c8..3901a77 100644
--- a/ssh/README.md
+++ b/ssh/README.md
@@ -10,7 +10,7 @@
ssh-keygen -b 16384
-### Change private key permissions
+#### Change private key permissions
chmod 600 ~/.ssh/id_rsa
@@ -22,12 +22,12 @@ To connect to a server, run:
`port` for default is `22`
-### Copy SSH key
+#### Copy SSH key
1. `sudo apt-get install xclip` or `sudo pacman -S xclip`
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: