Controller Based WLANs

 View Only
last person joined: one year ago 

APs, Controllers, VIA

How do I connect to an Aruba controller using ssh with certificates from a Linux machine? 

Jul 02, 2014 09:48 AM

Product and Software: This article applies to all Aruba controllers and ArubaOS versions.

 

From the WebUI Configuration page:

 

1) Upload a client certificate to the controller. Navigate to Management > Certificates > Upload.

 

1622_image001.jpg

 

 

2) Enable SSH authentication using the client public key. Navigate to Management > General.

 

1622_image002.jpg

 

3) Add a management user. Navigate to Management > Administration > Add User.

 

1622_image003.jpg

 

On a Linux machine:

 

1) Copy the client certificate private key to the user's directory ~/.ssh/ folder

2) Change its owner to the user and its access permissions to 600.

3) Optionally rename it to id_rsa.

4) If not renamed, run this command:

ssh -i ~/.ssh//<private key> <username>@<controller IP address>

 

5) You may be prompted for the private key passcode, if it has been set. Enter it and you will get the controller prompt.

 

Statistics
0 Favorited
7 Views
0 Files
0 Shares
0 Downloads

Related Entries and Links

No Related Resource entered.