Open DO1JLR opened 1 month ago
Hi @DO1JLR
Thanks for raising this issue and especially for the easy to follow instructions to reproduce! I was going to suggest just using ssh-keygen -R localhost
instead of StrictHostKeyChecking=accept-new
, but I will instead check to see if there's an issue with how SSH_OPTS
is passed to ssh
SSH_OPTS not working? Hi there, I have added the following config to my getssl account config:
Unfortunately, the option does not work and ssh still asks me for ssh key confirmation.
To reproduce.
Expected behavior I expected not to be asked to confirm my SSH key fingerprint.
Operating system:
GNU bash, version 5.2.15(1)-release (x86_64-pc-linux-gnu)
Additional context BTW, if I add a file
~/.ssh/config
withStrictHostKeyChecking=accept-new
as content it works as expected.