diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2024-07-11 16:37:55 -0700 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2024-07-11 16:37:55 -0700 |
commit | cdec9b26ec4185154f19cd0b843a88bb95521f57 (patch) | |
tree | f6a3cf0eb7d063fb9a13955216cd376ee09ec4e4 /home/xyz/.ssh | |
parent | 268a95f08934c4109adcba629f8c189b4f90bf1f (diff) |
aurpublish no longer need ssh config aur alias
But I did not test it. More see https://github.com/eli-schwartz/aurpublish/pull/23
Diffstat (limited to 'home/xyz/.ssh')
-rw-r--r-- | home/xyz/.ssh/config | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/home/xyz/.ssh/config b/home/xyz/.ssh/config index 7b224e92..813d253b 100644 --- a/home/xyz/.ssh/config +++ b/home/xyz/.ssh/config @@ -12,10 +12,6 @@ Host studio Port ssh-isp User xyz -Host aur aur.archlinux.org - Hostname aur.archlinux.org - User aur - Host insp Hostname xyzinsp User xyz |