summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
authorXiao Pan <gky44px1999@gmail.com>2023-06-12 02:36:33 -0700
committerXiao Pan <gky44px1999@gmail.com>2023-07-02 18:56:40 -0700
commit2975ee89144138b5918f94c8a027655456b139f5 (patch)
treebdea333d7c48a68d4c8578ffeba1d64c0ec7de5a /home
parentcef2dbeacec490103c413e965ef72a9877e77ec3 (diff)
add ssh ka cofnigs
Diffstat (limited to 'home')
-rw-r--r--home/xyz/.bashrc1
-rw-r--r--home/xyz/.ssh/config4
2 files changed, 5 insertions, 0 deletions
diff --git a/home/xyz/.bashrc b/home/xyz/.bashrc
index e83d5bd1..c85a1e57 100644
--- a/home/xyz/.bashrc
+++ b/home/xyz/.bashrc
@@ -97,6 +97,7 @@ alias r='rem -cu+2 -@'
# https://askubuntu.com/a/22043
alias s='sudo '
alias se='sudo -E '
+alias ska='ssh ka'
alias sp='ssh pp'
alias spd='speedtest; librespeed-cli'
alias sv=sudoedit
diff --git a/home/xyz/.ssh/config b/home/xyz/.ssh/config
index ee33d406..dbf90d23 100644
--- a/home/xyz/.ssh/config
+++ b/home/xyz/.ssh/config
@@ -23,3 +23,7 @@ Host pi raspberrypi.local
Host pp
HostName xyzpp.local
User xyz
+
+Host ka
+ HostName 103.212.81.31
+ User xyz