diff --git a/ssh/.ssh/config b/ssh/.ssh/config index 7a197e6..b1c7350 100644 --- a/ssh/.ssh/config +++ b/ssh/.ssh/config @@ -58,11 +58,12 @@ Host snap-*.local # ChicagoVPS Host pandora.unbl.ink - IdentityFile ~/.ssh/1904_powellc + IdentityFile ~/.ssh/pandora User root # Rackedge VPS Host greip.unbl.ink + IdentityFile ~/.ssh/greip User root # Inside our network, skip strict host key checking diff --git a/ssh/.ssh/greip.pub b/ssh/.ssh/greip.pub new file mode 100644 index 0000000..f268da5 --- /dev/null +++ b/ssh/.ssh/greip.pub @@ -0,0 +1 @@ +ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFeKKJqjUd40wHP2xwRN7P1mIzt8iN8pcxIweD3RSg3A root@greip.unbl.ink diff --git a/ssh/.ssh/pandora.pub b/ssh/.ssh/pandora.pub new file mode 100644 index 0000000..a223a71 --- /dev/null +++ b/ssh/.ssh/pandora.pub @@ -0,0 +1 @@ +ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMUL/o1vAekN3vEDkrfnwU/E4UpEe4Nc4vE7/1wnH2q9 root@pandora