diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2024-04-21 22:13:42 -0700 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2024-04-21 22:13:42 -0700 |
commit | 029f40f5cb1ed25f7911a5a5ef89b2be76fd800f (patch) | |
tree | eec64075b5c0968fbbc9ad9e3d05834398c6a1cf | |
parent | 3da2751575ecd194b35d5ff41fe3030b473aef53 (diff) |
remove ka vps
-rw-r--r-- | home/xyz/.bashrc | 1 | ||||
-rw-r--r-- | home/xyz/.ssh/config | 4 |
2 files changed, 0 insertions, 5 deletions
diff --git a/home/xyz/.bashrc b/home/xyz/.bashrc index e697ccde..cceed28e 100644 --- a/home/xyz/.bashrc +++ b/home/xyz/.bashrc @@ -82,7 +82,6 @@ alias sa='ssh-add -l || ssh-add' alias sca='ssh ca' alias se='sudo -E ' alias sia='ssh ia' -alias ska='ssh ka' alias sp='ssh pp' alias spd='speedtest; librespeed-cli' alias sst='ssh studio' diff --git a/home/xyz/.ssh/config b/home/xyz/.ssh/config index 7f13ac99..a0683060 100644 --- a/home/xyz/.ssh/config +++ b/home/xyz/.ssh/config @@ -24,10 +24,6 @@ Host pp Hostname xyzpp User xyz -Host ka - Hostname xyzka.kyun.li - User xyz - Host qw Hostname localhost Port qemu-win-ssh |