Enable SSH from CLI console conncetion
Originally Published: 2015-09-07
Article Number
Applies To
- AM 8.0
- AM 8.1
Issue
- Customer is not able to access the Operations Console, yet needs to enable SSH.
- Customer has connection to vmware console, or physical access to the hardware appliance.
Tasks
- login to the appliance via console connection.
- Enable SSH by starting the sshd service, then adding a rule in the iptables.
Resolution
- sudo su - root
- iptables -I INPUT 2 -p tcp -m tcp --dport 22 -j ACCEPT
- service sshd start
- iptables -D INPUT 2
Related Articles
SA 10.6.1.0 - MegaCli64 returns errors from centos CLI 2Number of Views RSA SecurID Identity Router CLI Reference Guide 86Number of Views event explorer terminated immediately once you start and you see error UnsupportedEncodingException when running adjustHe… 12Number of Views '[Ljava.lang.StackTraceElement;@382839bd 0 [main] ERROR com.aveksa.cli.BaseExecCLIModule' error backing up (exporting) th… 472Number of Views Change On-Demand Tokencode length from command line interface on RSA Authentication Manager 8.x 95Number of Views
Trending Articles
Troubleshooting RSA SecurID Access Identity Router to RSA Authentication Manager test connection failures RSA SecurID Software Token 5.0.2 Downloads for Microsoft Windows RSA Authentication Manager 8.9 Release Notes (January 2026) Quick Setup Guide - Passwordless Authentication in Windows MFA Agent for Active Directory RSA Authentication Manager 8.8 Setup and Configuration Guide
Don't see what you're looking for?