diff options
author | Xiao Pan <xyz@flylightning.xyz> | 2025-07-14 18:34:40 +0800 |
---|---|---|
committer | Xiao Pan <xyz@flylightning.xyz> | 2025-07-14 18:34:40 +0800 |
commit | 77494c24a3aac53eb572bdc1c9e24ccaab21c983 (patch) | |
tree | 35f9dfe3c5e3d54911f1b4f84b8d810075ee6785 | |
parent | 6b1a0390e5002e5dea846cf4dceb6e8e1261ce55 (diff) |
ssh config remove studio
-rw-r--r-- | home/xyz/.ssh/config | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/home/xyz/.ssh/config b/home/xyz/.ssh/config index a2cbaa8f..714554a6 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 hpc Hostname coe-hpc1.sjsu.edu User 012404405 |