You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
SSH_OPTS="-o StrictHostKeyChecking=accept-new"
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.The text was updated successfully, but these errors were encountered: