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 4Number of Views Unable to run the FIM backupConfig.cmd command in RSA Federated Identity Manger (FIM) 4.1 10Number of Views RSA SecurID Identity Router CLI Reference Guide 86Number of Views '[Ljava.lang.StackTraceElement;@382839bd 0 [main] ERROR com.aveksa.cli.BaseExecCLIModule' error backing up (exporting) th… 480Number of Views No enum constant com.aveksa.server.report.Report.SaveAsType.XLS reported in RSA Identity Governance & Lifecycle 32Number of Views
Trending Articles
Unable to login to RSA Authentication Manager Security Console as super admin Authentication Manager Administration Server with operations console service Fails to Start with "No config.xml Was Found"… Authentication Manager Security Console and Operations Console Inaccessible After Certificate Update RSA Authentication Manager Upgrade Process RSA SecurID Software Token Distribution to Android from RSA Authentication Manager 8.1
Don't see what you're looking for?