aboutsummaryrefslogtreecommitdiffstats
path: root/ssh
diff options
context:
space:
mode:
Diffstat (limited to 'ssh')
-rw-r--r--ssh/README.md9
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