Questions tagged [hostkey]

17 questions
0
votes
2 answers

Ignore or replace host key if it differs

Quite often i put servers into a rescue mode and that obviously changes the host key. So there are situations when i know that SSH host key will be changed temporarily or permanently. And each time i need to do: ssh-keygeyn -R x.x.x.x ssh x.x.x.x…
Radium
  • 33
  • 2
  • 6
0
votes
1 answer

sshd not providing ecdsa/ed25519 host key algos

we have setup'd a bastion that only responds with the ssh-rsa host key algorithm when querying: ssh-keyscan bastion.ops.dev.xxx.com # bastion.ops.dev.xxx.com:22 SSH-2.0-OpenSSH_7.4 # bastion.ops.dev.xxx.com:22…
hotzen
  • 123
  • 1
  • 8
1
2