[j-nsp] remote ssh command to an EX series switch

Jens Rosenboom me at jayr.de
Mon Sep 6 11:32:43 EDT 2010


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.


More information about the juniper-nsp mailing list