- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: Password less SSH login through ILO of HP BL46...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2010 11:23 PM
06-16-2010 11:23 PM
Password less SSH login through ILO of HP BL465C server ( O.S = Linux )
Can i do a password less login using SSH , to an ILO IP of a HP BL465C server ( O.S = Linux )?
My requirement is to power off/on HP BL465C server ( O.S = Linux) , using SSH and without further entering password , to proceed further.. , from a different server...
NOTE : i'm able to login to the server, using SSH .. without password .
Following is the command i'm trying .. to power off/on a server , from another server.
--------------
Node1 # ssh admin@ILO
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2010 12:20 AM
06-17-2010 12:20 AM
Re: Password less SSH login through ILO of HP BL465C server ( O.S = Linux )
For password-less login, you could try iLO2 web UI->Administration->Security->SSH key. There are some limitations, see context help on the same page.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2010 12:41 AM
06-17-2010 12:41 AM
Re: Password less SSH login through ILO of HP BL465C server ( O.S = Linux )
is there any CLI option to get the solution ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2010 02:34 AM
06-17-2010 02:34 AM
Re: Password less SSH login through ILO of HP BL465C server ( O.S = Linux )
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2010 12:43 AM - last edited on 12-21-2023 05:53 AM by Sunitha_Mod
06-18-2010 12:43 AM - last edited on 12-21-2023 05:53 AM by Sunitha_Mod
Re: Password less SSH login through ILO of HP BL465C server ( O.S = Linux )
For a passwordless ssh login you will need to add an ssh key to iLO2, The users guide talks about it
https://support.hpe.com/hpesc/public/docDisplay?docLocale=en_US&docId=c02845760
Another option is to use the locfg.pl perl script to send XML directly to iLO2. The scripting sample package has the XML to control server power
HP Lights-Out XML PERL Scripting Sample for Linux
https://support.hpe.com/hpesc/public/swd/detail?swItemId=MTX_2b741a93446e4a75890384eba8
[Moderator edit: Updated the broken links]
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2010 05:22 AM
09-08-2010 05:22 AM
Re: Password less SSH login through ILO of HP BL465C server ( O.S = Linux )
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2010 06:14 AM
09-08-2010 06:14 AM
Re: Password less SSH login through ILO of HP BL465C server ( O.S = Linux )
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2010 06:21 AM - last edited on 12-20-2023 02:39 AM by Sunitha_Mod
09-08-2010 06:21 AM - last edited on 12-20-2023 02:39 AM by Sunitha_Mod
Re: Password less SSH login through ILO of HP BL465C server ( O.S = Linux )
Thanks for your quickly answer!
I am trying to import SSH Keys on the iLO2 for a HP Proliant DL360 G6 running RHEL 5.4. I am using the Software Light-Out Management for Linux and when I am running the locfg.pl script I am getting this error message:
STATUS="0x0058"
MESSAGE='There is no user name or the user name appended to SSH key does not exist.'
/>
The way I am running the Perl script is as follow:
root # ./locfg -s iLOserver.mydomain.com -f Import_SSH_Key.xml
I have generated locally on a Linux box the SSH key by using ssh-keygen (rsa) for the same user account I have defined on the iLO2. Of course, I have included the correct USER_LOGIN and PASSWORD on the xml file. USER_LOGIN matchs for both, OS and iLO2 user accounts.
Any help will be really appreciated!
Thanks in advance,
-Hugo
P.S. I just started a thread for this issue:http://forums13.itrc.hp.com/service/forums/questionanswer.do?admit=109447627+1283955616603+28353475&threadId=1446984
[Moderator edit: The above link is no longer valid.]