Wired Intelligent Edge

last person joined: 22 hours ago 

Bring performance and reliability to your network with the HPE Aruba Networking Core, Aggregation, and Access layer switches. Discuss the latest features and functionality of your switching devices, and find ways to improve security across your network to bring together a mobile-first solution
Expand all | Collapse all

Aruba 8320 (ArubaOS-CX) how to ssh to other host

This thread has been viewed 13 times
  • 1.  Aruba 8320 (ArubaOS-CX) how to ssh to other host

    Posted Jul 19, 2019 12:35 AM

    Aruba 8320 (ArubaOS-CX) how to Aruba 8320 ssh to other host



  • 2.  RE: Aruba 8320 (ArubaOS-CX) how to ssh to other host

    MVP GURU
    Posted Jul 19, 2019 05:49 AM

    AFAIK ssh is available through start-shell; redacted example below:

     

    Aruba-8320-1# start-shell
    Aruba-8320-1:~$ ssh admin@x.x.x.x
    The authenticity of host 'x.x.x.x (x.x.x.x)' can't be established.
    ECDSA key fingerprint is SHA256:nnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn.
    Are you sure you want to continue connecting (yes/no)? yes
    Warning: Permanently added 'x.x.x.x' (ECDSA) to the list of known hosts.
    
     (C) Copyright 2017-2018 Hewlett Packard Enterprise Development LP
    
                          RESTRICTED RIGHTS LEGEND
     Confidential computer software. Valid license from Hewlett Packard Enterprise
     Development LP required for possession, use or copying. Consistent with FAR
     12.211 and 12.212, Commercial Computer Software, Computer Software
     Documentation, and Technical Data for Commercial Items are licensed to the
     U.S. Government under vendor's standard commercial license.
    
    We'd like to keep you up to date about:
      * Software feature updates
      * New product announcements
      * Special events
    Please register your products now at: www.hpe.com/networking/register
    
    admin@x.x.x.x's password: 
    
    Aruba-8320-2# 
    Aruba-8320-2# exit
    Connection to x.x.x.x closed.
    Aruba-8320-1:~$ exit
    Aruba-8320-1#

    Personally I don't use this method...and I think it's not totally adviseable to do so.