On Mon, Sep 06, 2010 at 04:04:33PM +0200, Laurent HENRY wrote:
...
> Is someone know a good doc pointer helping me how to configure ssh keys to 
> launch remote command from or to an EX ?
> 

You can attach your public key to the user account on the EX:

user xy {
    authentication {
        ssh-rsa "ssh-rsa AA...=="; 
    }
}

Note the double "ssh-rsa", once for the key type, the second as part of the 
public key string itself.
_______________________________________________
juniper-nsp mailing list juniper-nsp@puck.nether.net
https://puck.nether.net/mailman/listinfo/juniper-nsp

Reply via email to