From 26d41e45b2aa170a2ab9f160f81b30f8aa96697e Mon Sep 17 00:00:00 2001 From: Xiao Pan Date: Fri, 17 Nov 2023 02:37:18 -0800 Subject: switch to ssh system wide config --- etc/ssh/ssh_config.d/my_ssh_config.conf | 2 ++ home/xyz/.ssh/config | 3 --- root/.ssh/config | 2 -- 3 files changed, 2 insertions(+), 5 deletions(-) create mode 100644 etc/ssh/ssh_config.d/my_ssh_config.conf delete mode 100644 root/.ssh/config diff --git a/etc/ssh/ssh_config.d/my_ssh_config.conf b/etc/ssh/ssh_config.d/my_ssh_config.conf new file mode 100644 index 00000000..a5f1fca3 --- /dev/null +++ b/etc/ssh/ssh_config.d/my_ssh_config.conf @@ -0,0 +1,2 @@ +Host flylightning.xyz + Port ssh-isp diff --git a/home/xyz/.ssh/config b/home/xyz/.ssh/config index 02d02145..c18ee730 100644 --- a/home/xyz/.ssh/config +++ b/home/xyz/.ssh/config @@ -32,6 +32,3 @@ Host qw HostName localhost Port qemu-win-ssh User xyz - -Host flylightning.xyz - Port ssh-isp diff --git a/root/.ssh/config b/root/.ssh/config deleted file mode 100644 index a5f1fca3..00000000 --- a/root/.ssh/config +++ /dev/null @@ -1,2 +0,0 @@ -Host flylightning.xyz - Port ssh-isp -- cgit v1.2.3-70-g09d2