>Le Monday 06 September 2010 17:32:43 Jens Rosenboom, vous avez =E9crit=A0:
>> Note the double "ssh-rsa", once for the key type, the second as part of the
>> public key string itself.

The key is that whatever value you put as the ssh-rsa or ssh-dsa statement
will be written directly to the .ssh/authorized_keys file.  The easiest
way to configure this is to use the .ssh/identity.pub or .ssh/id_dsa.pub
file as the source using the "load-key-file" pseudo-statement:

[edit system login user phil]
u...@cli# set authentication load-key-file my-laptop:.ssh/id_dsa.pub
id_dsa.pub                                              100%  609     0.6KB/s   
00:00    

[edit system login user phil]
u...@cli# show 
full-name "Phil Shafer";
class super-user;
authentication {
    ssh-dsa "ssh-dss AAAAB...";
}

[edit system login user phil]
u...@cli# 

Thanks,
 Phil
_______________________________________________
juniper-nsp mailing list juniper-nsp@puck.nether.net
https://puck.nether.net/mailman/listinfo/juniper-nsp

Reply via email to