mirror of
https://github.com/Feliix42/dotfiles.git
synced 2024-11-22 14:06:30 +00:00
change ssh host key
This commit is contained in:
parent
a950cf42b9
commit
fc36506afd
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ in
|
||||||
speedFactor = 2;
|
speedFactor = 2;
|
||||||
supportedFeatures = [ "big-parallel" "kvm" ];
|
supportedFeatures = [ "big-parallel" "kvm" ];
|
||||||
mandatoryFeatures = [ ];
|
mandatoryFeatures = [ ];
|
||||||
publicHostKey = "SHA256:SfJsD3fGfj+XIrbvC8BSc4hB4q81NIfEKmJjErEhMdA";
|
publicHostKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIISpV7qRTdGWVZX4YHNqXepX66T+E5tgBnp0NRNNkJo7 root@ada";
|
||||||
sshKey = "/home/felix/.ssh/id_ed25519";
|
sshKey = "/home/felix/.ssh/id_ed25519";
|
||||||
# }
|
# }
|
||||||
# {
|
# {
|
||||||
|
|
Loading…
Reference in a new issue