(no title)
glennpratt | 1 year ago
If you want to make sure no keys are offered, you'd want:
ssh -a -o IdentitiesOnly=yes terminal. Shop
I'm not sure if the `-i` actually prevents anything, I believe things other than /dev/null will still be tried in sequence.
fragmede|1 year ago
Upon further testing,
still offers up my public key on my system (macOS, OpenSSH_9.6p1, LibreSSL 3.3.6), contrary to what StackOverflow and the Internet seems to think. Tested by hitting whoami.filippo.io, linked in child comment.glennpratt|1 year ago
Jenda_|1 year ago
arghwhat|1 year ago
Agent forwarding is a whole other beast.
fragmede|1 year ago
ProfessorZoom|1 year ago