From bae882fb28c06997e4dffc56d45b142d4251276c Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 15 Aug 2023 00:59:57 +0200 Subject: ssh: move AUR to config_my_hosts --- %HOME%/.ssh/config | 5 ----- %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 -- cgit v1.2.3