aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-08-15 00:59:57 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2023-08-15 00:59:57 +0200
commitbae882fb28c06997e4dffc56d45b142d4251276c (patch)
tree28c80d417aac6017fbfcb14519a2af2a1df59eea
parentssh: update my hosts (diff)
downloadlinux-home-bae882fb28c06997e4dffc56d45b142d4251276c.tar.gz
linux-home-bae882fb28c06997e4dffc56d45b142d4251276c.zip
ssh: move AUR to config_my_hosts
-rw-r--r--%HOME%/.ssh/config5
-rw-r--r--%HOME%/.ssh/config_my_hosts4
2 files changed, 4 insertions, 5 deletions
diff --git a/%HOME%/.ssh/config b/%HOME%/.ssh/config
index 238f891..bb48bf2 100644
--- a/%HOME%/.ssh/config
+++ b/%HOME%/.ssh/config
@@ -45,8 +45,3 @@ Host alt-gitlab
User git
Hostname altssh.gitlab.com
Port 443
-
-# AUR:
-Host aur.archlinux.org
- User aur
- IdentityFile ~/.ssh/aur
diff --git a/%HOME%/.ssh/config_my_hosts b/%HOME%/.ssh/config_my_hosts
index 0faa7cf..ddd8b49 100644
--- a/%HOME%/.ssh/config_my_hosts
+++ b/%HOME%/.ssh/config_my_hosts
@@ -1,3 +1,7 @@
+Host aur.archlinux.org
+ User aur
+ IdentityFile ~/.ssh/aur
+
Host egort.name web
Hostname egort.name
User maintenance