diff options
author | Jesús <heckyel@hyperbola.info> | 2021-11-24 12:59:33 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-11-24 12:59:33 -0500 |
commit | 2664f47bffcd92c12aa83b65cf9ff56203ae9f81 (patch) | |
tree | fc7a4d202d470c52c51aa2ef3b83f5c1589662b8 | |
parent | cd301d7a97f912eb05babe14ca98f790d4ce7a2b (diff) | |
download | book-2664f47bffcd92c12aa83b65cf9ff56203ae9f81.tar.lz book-2664f47bffcd92c12aa83b65cf9ff56203ae9f81.tar.xz book-2664f47bffcd92c12aa83b65cf9ff56203ae9f81.zip |
SSH doc update
-rw-r--r-- | ssh/README.md | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/ssh/README.md b/ssh/README.md index 6589c49..4bf1c54 100644 --- a/ssh/README.md +++ b/ssh/README.md @@ -24,8 +24,13 @@ $ ssh -p port user@server-address #### Copy SSH key -1. `sudo apt-get install xclip` or `sudo pacman -S xclip` -2. `xclip -sel clip < ~/.ssh/id_ed25519.pub` +```console +$ doas pacman -S xclip +``` + +```console +$ xclip -sel clip < ~/.ssh/id_ed25519.pub +``` #### Configuration |