ssh rsa got you down? (Unable to negotiate with X.y.Z.1 port 22: no matching host key type found. Their offer: ssh-rsa,ssh-dss) - i.e. sorry I can't do that Dave?

home | blog | Terrible people and places | Covid-19 links | Teh Internet | guest blog |rants | placeholder | political | projects | Gwen and Liam | Citadel patched | Tools | Scouts




Chuck this in your ~/.ssh/config :
Host X.y.Z.1
    User da-user
    PubkeyAcceptedAlgorithms +ssh-rsa
    HostkeyAlgorithms +ssh-rsa



[æ]