From 2975ee89144138b5918f94c8a027655456b139f5 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 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 -- cgit v1.2.3-70-g09d2