Has the default behaviour of trying ssh-agent keys changed?
0
votes
2
answers
78
views
At some time in the past whenever I tried an
ssh
connection to a server without specifying the password ssh
would try all the keys in ssh-agent
to the point where if there were too many keys, my IP address could be barred for too many connection failures.
The behaviour seems to have changed in that even if there is a single valid key in the ssh-agent
list I have to include it in the command, eg ssh -i ~/.ssh/alternate-key user@host
.
Is this due to some change configuration setting or a change in the behaviour of the ssh
executable itself.
Asked by vfclists
(7909 rep)
Dec 3, 2024, 12:11 PM
Last activity: Dec 13, 2024, 09:00 AM
Last activity: Dec 13, 2024, 09:00 AM