From b896c326517a8b64da8f775bbd9552323040f1d7 Mon Sep 17 00:00:00 2001 From: Xiao Pan Date: Mon, 12 Jun 2023 02:36:33 -0700 Subject: add ssh ka cofnigs --- home/xyz/.bashrc | 1 + home/xyz/.ssh/config | 4 ++++ 2 files changed, 5 insertions(+) (limited to 'home') 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 -- cgit v1.2.3-70-g09d2