ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Connect to HP BladeSystem Encloser with SSH

    IT Discussion
    hp hpe bladesystem ilo ssh
    1
    1
    354
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • scottalanmillerS
      scottalanmiller
      last edited by

      Connecting to your HP BladeSystem chassis via SSH is pretty easy but requires a few little tricks. First you need an admin account, the default being Administrator. You will need to know a few tricks.

      First, under Users in the web admin, find the SSH Administration option. Here you need to upload your public SSH key in the web interface. SSH on the BladeSystem does not allow the use of passwords.

      Once you have that uploaded, you can connect with a command like this...

      ssh -oHostKeyAlgorithms=+ssh-dss [email protected]
      

      If your keys are correct, it should "just connect". The -oHostKeyAlgorithms=+ssh-dss piece is needed because HP enclosers use deprecated SSH encryption options that are generally disabled by default on Linux and other systems for many years.

      1 Reply Last reply Reply Quote 0
      • 1 / 1
      • First post
        Last post