Wireless Access

last person joined: 2 days ago 

Access network design for branch, remote, outdoor, and campus locations with HPE Aruba Networking access points and mobility controllers.
Expand all | Collapse all

OpenSSH public keys?

This thread has been viewed 1 times
  • 1.  OpenSSH public keys?

    Posted Nov 13, 2014 02:23 PM

    Can I connect to an Aruba Mobility Access Switch (specifically an S1500 running 7.3.2.2_44718) with an openSSH public key?

     

    The manual suggest that I can, but it looks like the switch is expecting an x509 formatted cert (pubkey only) and I have had almost no luck getting this to work. Anyone with tips or tricks? I found the one KB article that mentions this, but it starts off with "Upload your cert" and makes no mention of the proper way to create this cert. This is not an expected step in my other switches, servers and routers that support ssh pubkey authentication.



  • 2.  RE: OpenSSH public keys?
    Best Answer

    Posted Mar 14, 2018 09:47 AM

    A bit late for you (and me), but I wrote a little shell script to convert ssh key to x509 – works for me™

    https://gist.github.com/dgeo/c81dfff42f4a81903eb198066957c679

     



  • 3.  RE: OpenSSH public keys?

    Posted Mar 14, 2018 10:27 AM

    Didn't work for me, but it certainly let me get further than anything support gave me in 2014. Thanks!