diff --git a/ssh/config b/ssh/config index d2e2e8d..7b2ce27 100644 --- a/ssh/config +++ b/ssh/config @@ -59,4 +59,23 @@ Host idc-hf-linux Port 8850 User flintylemming IdentityFile ~/.flinty/ssh/hf-linux.pub + IdentitiesOnly yes + +Host idc-hf-qts + HostName 112.31.107.190 + Port 8845 + User flintylemming + IdentityFile ~/.flinty/ssh/hf-qts.pub + IdentitiesOnly yes + +Host hf-linux + HostName 192.168.5.12 + User flintylemming + IdentityFile ~/.flinty/ssh/hf-linux.pub + IdentitiesOnly yes + +Host hf-qts + HostName 192.168.5.6 + User flintylemming + IdentityFile ~/.flinty/ssh/hf-qts.pub IdentitiesOnly yes \ No newline at end of file diff --git a/ssh/hf-qts.pub b/ssh/hf-qts.pub new file mode 100644 index 0000000..36cf81e --- /dev/null +++ b/ssh/hf-qts.pub @@ -0,0 +1 @@ +ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIF2eE61PUiEMI02g0Esx4sMFNRWkxGCqUUiZ+GiWOJa6 \ No newline at end of file