diff --git a/ssh/config b/ssh/config index 3509cdf..1050c6d 100644 --- a/ssh/config +++ b/ssh/config @@ -101,6 +101,12 @@ Host idc-hf-truenas-v6 IdentityFile ~/.flinty/ssh/hf-truenas.pub IdentitiesOnly yes +Host hk-iepl-v6 + HostName 2408:8756:f5f:2a01:1:97a0:bb77:ff0d + User root + IdentityFile ~/.flinty/ssh/hk-iepl.pub + IdentitiesOnly yes + Host hf-linux HostName 192.168.5.12 User flintylemming diff --git a/ssh/hk-iepl.pub b/ssh/hk-iepl.pub new file mode 100644 index 0000000..77f53cd --- /dev/null +++ b/ssh/hk-iepl.pub @@ -0,0 +1 @@ +ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIK0a44UOa1RAIVFJjTusBfeWMv9MDnmsfxo39xPShKFZ \ No newline at end of file