BladeSystem - General
1748219 Members
4593 Online
108759 Solutions
New Discussion

Format of "load ssh" key files

 
ilouser
Occasional Advisor

Format of "load ssh" key files

What's the required format of the SSH key for the "load ssh" command? I'm using a normal SSH id_dsa.pub format, i.e.: ssh-dss AAAaAHsfhgsdhgeiglksjdfglslfgsdlfjglsdhfglsjdfaqH9QTIu0Rz0 user@host I've tried replacing user@host with Administrator the way ILO2 likes it, no deal. ->load ssh Address=ftp://ftpuser:password@149.150.151.152FileName=/tftpboot/ssh_key_vc.pub ERROR: Unable to configure the SSH key Running a packet snoop it actually ftps in and gets the file, but then barfs on it. I'm logged into the VC as Administrator ta, Mark.
1 REPLY 1
ilouser
Occasional Advisor

Format of "load ssh" key files

Ok, so the packet snoop wasn't quite snoopy enough... FTP: "550 tftpboot/ssh_key_vc.pub: No such file or directory.\r\n" This works: ->load ssh Address=ftp://ftpuser:password@149.150.151.152FileName=//tftpboot/ssh_key_vc.pub I'd say that was a VC bug :)