Enable SSH from CLI console conncetion
Originally Published: 2015-09-07
Last Modified: 2023-09-24
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
Unable to run the FIM backupConfig.cmd command in RSA Federated Identity Manger (FIM) 4.1 10Number of Views How to generate a report from CLI for the Last Updated Auto Reg status for Agents with Auto Registration enabled in RSA Au… 291Number of Views Change On-Demand Tokencode length from command line interface on RSA Authentication Manager 8.x 98Number of Views How to query users and tokens from the command line for RSA Authentication Manager 8.x 95Number of Views Appliance network settings showing "System Internal Error" in the RSA Authentication Manager 8.1 Operations Console 454Number of Views
Trending Articles
How to manipulate imported RSA SecurID Software Token(s) on an iPhone or iPad device Manual synchronization introduced in RSA Authentication Manager 8.2 Service Pack 1 patch 6 Quick Setup Guide - Passwordless Authentication in Windows MFA Agent for Active Directory How to verify NTP server synchronization is not working in RSA Authentication Manager 8.x RSA Governance & Lifecycle 8.0.0 Installation Guide
Don't see what you're looking for?