diff options
-rw-r--r-- | home/xyz/.bashrc | 1 | ||||
-rw-r--r-- | home/xyz/.ssh/config | 4 |
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 |