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 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… 13Number of Views '[Ljava.lang.StackTraceElement;@382839bd 0 [main] ERROR com.aveksa.cli.BaseExecCLIModule' error backing up (exporting) th… 473Number of Views Migration from Authentication Manager 7.1 SP4 to 8.1 SP1 migrates RADIUS Client associated agents but not the RADIUS clients 45Number of Views
Trending Articles
Downloading RSA Authentication Manager license files or RSA Software token seed records RSA MFA Agent 2.5 for Microsoft Windows Installation and Administration Guide Troubleshooting RSA MFA Agent for Microsoft Windows RSA Release Notes for RSA Authentication Manager 8.8 RSA Release Notes: Cloud Access Service and RSA Authenticators
Don't see what you're looking for?