diff options
Diffstat (limited to 'home')
-rw-r--r-- | home/xyz/.ssh/config | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/home/xyz/.ssh/config b/home/xyz/.ssh/config index 1fec70fb..39b4c6d7 100644 --- a/home/xyz/.ssh/config +++ b/home/xyz/.ssh/config @@ -6,12 +6,6 @@ AddKeysToAgent yes # more see alacritty.toml config SendEnv COLORTERM -# tabs and empty only for readability, without also works, not sure about newline -Host studio - Hostname flylightning.xyz - Port ssh-isp - User xyz - Host insp Hostname xyzinsp User xyz @@ -20,11 +14,6 @@ Host pp Hostname xyzpp User xyz -Host qw - Hostname localhost - Port qemu-win-ssh - User xyz - Host hpc Hostname coe-hpc1.sjsu.edu User 012404405 |