Re: key precedence in ssh

2013-10-01 Thread Lars Nooden
On Tue, 1 Oct 2013, Christian Weisgerber wrote: > Lars Noodén wrote: > > > Is there a way in ssh(1) to get the identity specified by -i to take > > precedence over what is already in the agent? > > IdentitiesOnly, see ssh_config(5). > > -- > Christian "naddy" Weisgerber

Re: key precedence in ssh

2013-10-01 Thread Christian Weisgerber
Lars Noodén wrote: > Is there a way in ssh(1) to get the identity specified by -i to take > precedence over what is already in the agent? IdentitiesOnly, see ssh_config(5). -- Christian "naddy" Weisgerber na...@mips.inka.de

key precedence in ssh

2013-10-01 Thread Lars Noodén
Is there a way in ssh(1) to get the identity specified by -i to take precedence over what is already in the agent? When six keys are added into ssh-agent(1), authentication is not possible with a seventh, or later, key even if that final key is pointed to by ssh(1) explicitly using -i. $ ssh