diff options
author | Patrick Spek <p.spek@tyil.nl> | 2023-03-08 15:15:08 +0100 |
---|---|---|
committer | Patrick Spek <p.spek@tyil.nl> | 2023-03-08 15:15:08 +0100 |
commit | 028c2c45ec764fc284b5c3955a6b7408d819ded4 (patch) | |
tree | 136bae4749f04442280e5c256324eee2b8b39150 | |
parent | 185f0656975ee1f3e719b3213e9276adccb53027 (diff) | |
download | dotfiles-028c2c45ec764fc284b5c3955a6b7408d819ded4.tar.gz dotfiles-028c2c45ec764fc284b5c3955a6b7408d819ded4.tar.bz2 |
Add ludifah to ssh config
-rw-r--r-- | .ssh/config.d/tyilnet | 3 | ||||
-rw-r--r-- | .ssh/id.d/tyil@ludifah-ed25519.pub | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/.ssh/config.d/tyilnet b/.ssh/config.d/tyilnet index 9694dc0..603c3c1 100644 --- a/.ssh/config.d/tyilnet +++ b/.ssh/config.d/tyilnet @@ -34,3 +34,6 @@ Host jaomox Host krohxe Hostname 10.57.20.8 + +Host ludifah + Hostname 10.57.100.9 diff --git a/.ssh/id.d/tyil@ludifah-ed25519.pub b/.ssh/id.d/tyil@ludifah-ed25519.pub new file mode 100644 index 0000000..e3503e7 --- /dev/null +++ b/.ssh/id.d/tyil@ludifah-ed25519.pub @@ -0,0 +1 @@ +ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIVPGs2LkDvdkMzwR1Crk8OblMQD2snClUuIcYgUYcu4 tyil@ludifah.tyil.net |