Re: SSH_AUTH_SOCK behavior is completely insane

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



cen wrote:
Anyone doing linux admin or dev work has more than 5 keys in their .ssh directory, rendering the agent completely USELESS PIECE OF SHIT PROGRAM.

Not at all.  It just requires some config to handle that well. :)

Does everyone disable agent first thing after installing Fedora? How else do you even manage to survive with this crap running?

The agent is great. It certainly can be annoying with many keys, some of which is made worse by the agent being provided not by ssh but by gnome-keyring-daemon, I think.

Why would agent even try with other keys if I SPECIFY the goddamn key! It doesn't make any sense!

There is a way to avoid this though, using the IdentitiesOnly option in the ssh config:

Host *.example.com
   IdentityFile ~/.ssh/id_rsa_example_com

Host *.example.net
   IdentityFile ~/.ssh/id_rsa_example_net

Host *
   IdentitiesOnly yes
   IdentityFile ~/.ssh/id_rsa

Maybe that will be helpful as an alternative to disabling the agent entirely.

--
Todd
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Moral indignation is jealousy with a halo.
   -- H. G. Wells

Attachment: signature.asc
Description: PGP signature

_______________________________________________
users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx
[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [EPEL Devel]     [Fedora Magazine]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Desktop]     [Fedora Fonts]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Fedora Sparc]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux