Only do connection if I already know the destination?

2022-11-21 Thread M Rubon
I have an automated remote script that connects to a set of known servers. I never want be prompted to add a new host key if the server is missing from .ssh/known_hosts. If the key is missing, the client should just immediately exit. Dropbear seems to give me the option of relaxing the host

Re: Only do connection if I already know the destination?

2022-11-21 Thread Matt Johnston
On 2022-11-21 11:05 pm, M Rubon wrote: I have an automated remote script that connects to a set of known servers. I never want be prompted to add a new host key if the server is missing from .ssh/known_hosts. If the key is missing, the client should just immediately exit. Dropbear seems to