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-06-12 02:36:33 -0700
commitb896c326517a8b64da8f775bbd9552323040f1d7 (patch)
tree8e5a50feb8d35b93cbcfb207998111b55c73c6b8 /home
parenta3f564d7fcd8b0e9c28304d023814d5293cc3536 (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 7114c3c4..e2c1b51e 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