diff options
-rw-r--r-- | %HOME%/.ssh/config | 5 | ||||
-rw-r--r-- | %HOME%/.ssh/config_my_hosts | 4 |
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 |