]> git.rmz.io Git - dotfiles.git/commitdiff
ssh: add config for aur.archlinux.org
authorSamir Benmendil <me@rmz.io>
Tue, 31 Oct 2023 21:54:17 +0000 (21:54 +0000)
committerSamir Benmendil <me@rmz.io>
Sun, 17 Dec 2023 17:36:18 +0000 (17:36 +0000)
ssh/config

index ae4ab2ef3131dfdbeb525aae5dadf82efdc26979..14c6c6b17e937e21924e8bbec2e1a65fc1258171 100644 (file)
@@ -15,6 +15,9 @@ Host wrt-*.lan
 User root
 HostKeyAlgorithms=+ssh-rsa
 
+Host aur.archlinux.org
+User aur
+
 Host fpp-nuc
 HostName localhost
 Port 22223