diff options
author | EuAndreh <eu@euandre.org> | 2023-03-02 09:49:33 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-03-02 09:49:36 -0300 |
commit | e25b712c97d952ff4b903b4e6644398d6c920ecb (patch) | |
tree | f4dff5a1de65a36c2eee8b0a80235260f5158ffe /etc/ssh | |
parent | etc/ssh/known_hosts: Register "usurpador" keys (diff) | |
download | dotfiles-e25b712c97d952ff4b903b4e6644398d6c920ecb.tar.gz dotfiles-e25b712c97d952ff4b903b4e6644398d6c920ecb.tar.xz |
etc/ssh/known_hosts: Don't alias "localhost" to a specific key
As this file is shared, "localhost" means different keys on each host,
so drop this association.
Diffstat (limited to 'etc/ssh')
-rw-r--r-- | etc/ssh/known_hosts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/etc/ssh/known_hosts b/etc/ssh/known_hosts index b2d349a..1883fad 100644 --- a/etc/ssh/known_hosts +++ b/etc/ssh/known_hosts @@ -34,7 +34,6 @@ euandre.org ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKF5klRzMiaDhfFv7vj6nIT2Bdjbcgps # /etc/ssh/ssh_host_ed25519_key.pub # -localhost ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAII9jxIXM2FSYeZmY2uLWkQUJQLNIQQJyJdc7P4eEPhEU velhinho ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAII9jxIXM2FSYeZmY2uLWkQUJQLNIQQJyJdc7P4eEPhEU |