Rename private deploy key

This commit is contained in:
Collin J. Doering 2022-03-22 22:30:06 -04:00
parent ce0251b8ec
commit 187b9f1992
Signed by: rekahsoft
GPG Key ID: 7B4DEB93212B3022
4 changed files with 4 additions and 4 deletions

View File

@ -10,5 +10,5 @@
(host-key "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINwGi4YmUyLgpmFxJzGQF5Ju7CL8d2Wa2VtHMZGms0KO root@(none)")
(system "x86_64-linux")
(user "auto")
(identity ".deploy-key/key")
(identity ".deploy-key")
(port 22)))))

View File

@ -10,5 +10,5 @@
(host-key "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICSMBcmFdlDI/JKOBC/RRJh2VM0MY45o684OXaTQ3fGm root@(none)")
(system "x86_64-linux")
(user "auto")
(identity ".deploy-key/key")
(identity ".deploy-key")
(port 22)))))

View File

@ -11,4 +11,4 @@
(system "x86_64-linux")
(port 22)
(user "auto")
(identity ".deploy-key/key")))))
(identity ".deploy-key")))))

View File

@ -10,5 +10,5 @@
(host-key "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINwGi4YmUyLgpmFxJzGQF5Ju7CL8d2Wa2VtHMZGms0KO root@(none)")
(system "x86_64-linux")
(user "auto")
(identity ".deploy-key/key")
(identity ".deploy-key")
(port 22)))))