From a3270d79891e8dd200f9d6b9d21af27ae12c87ca Mon Sep 17 00:00:00 2001 From: Xiao Pan Date: Tue, 5 Mar 2024 03:53:26 -0800 Subject: feat: ssh ia config --- home/xyz/.bashrc | 1 + home/xyz/.ssh/config | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/home/xyz/.bashrc b/home/xyz/.bashrc index 5ea257d6..3de72f63 100644 --- a/home/xyz/.bashrc +++ b/home/xyz/.bashrc @@ -79,6 +79,7 @@ alias r='rem -cu+2 -@' # https://askubuntu.com/a/22043 alias s='sudo ' alias se='sudo -E ' +alias sia='ssh ia' alias ska='ssh ka' alias sp='ssh pp' alias spd='speedtest; librespeed-cli' diff --git a/home/xyz/.ssh/config b/home/xyz/.ssh/config index bdf06914..7635a304 100644 --- a/home/xyz/.ssh/config +++ b/home/xyz/.ssh/config @@ -33,3 +33,7 @@ Host qw Host hpc Hostname coe-hpc1.sjsu.edu User 012404405 + +Host ia + Hostname ia.flylightning.xyz + User xyz -- cgit v1.2.3-70-g09d2