On Friday 04 December 2009 06:59:31 pm Daiki Ueno wrote: > Dan Williams <[email protected]> writes: > > 3) Is there any way we can figure out what pub/priv keys to use? When I > > just ssh to a random host, ssh can find the keys I need to use. Could > > we do that here, and provide the ability to use specific keys as an > > "Advanced" option? > > That is indeed possible by scanning ~/.ssh/ and sending pubkeys one by > one until the server accepts one of them. I will try to implement it.
That isn't quite the behavior of ssh. Ssh reads the ~/.ssh/config file and looks for IdentityFile directives. Regards, -- Conrad Meyer <[email protected]> _______________________________________________ NetworkManager-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/networkmanager-list
