Enable SSH using the command line on RSA Authentication Manager 8.1 up to 8.3
Originally Published: 2014-01-27
Article Number
Applies To
RSA Product/Service Type: Authentication Manager
RSA Version/Condition: 8.1, 8.2, 8.3
Issue
Resolution
Before enabling SSH
You first must connect to the RSA SecurID appliance using a monitor and USB keyboard that is directly connected to the appliance. Access can also be gained from a VMware console. Commands are as follows:- Launch an SSH client, such as PuTTY.
- Log in to the primary RSA Authentication Manager server as rsaadmin and enter the operating system password.
- When prompted, sudo to root and enter the password again.
During Quick Setup, another username may have been selected. Use that username to log in.
login as: rsaadmin Using keyboard-interactive authentication. Password: <enter operating system password> Last login: Mon Feb 12 15:51:57 2018 from jumphost.vcloud.local RSA Authentication Manager Installation Directory: /opt/rsa/am rsaadmin@am82p:~> sudo su - root rsaadmin's password: <enter operating system password>
Enable SSH to the server
Run the following commands to enable SSH:
am82p:~ #chkconfig -f --add sshd sshd 0:off 1:off 2:off 3:on 4:off 5:on 6:off am82p:~ # /etc/init.d/sshd start Checking for missing server keys in /etc/ssh Starting SSH daemon done am82p:~ # iptables -A sshd -i eth0 -p tcp --dport 22 -j ACCEPT
Disable SSH to the server
Run the following commands to disable SSH:
am82p:~ #chkconfig -f --del sshd sshd 0:off 1:off 2:off 3:off 4:off 5:off 6:off am82p:~ # /etc/init.d/sshd stop Shutting the listening SSH daemon done am82p:~ # iptables -D sshd -i eth0 -p tcp --dport 22 -j ACCEPT
Enable SSH with one command
With the syntax below, SSH can be shut down then restarted with one command:
/opt/rsa/am/utils/bin/appliance/configureSSH.sh enable <Authentication Manager IP address>
am82p:~ # /opt/rsa/am/utils/bin/appliance/configureSSH.sh enable 192.168.2.50 Shutting down the listening SSH daemon done Checking for missing server keys in /etc/ssh Starting SSH daemon done Saving iptables configuration done Saving iptables configuration done
Notes
am82p:~ # netstat -atup | grep sshd tcp 0 0 *:ssh *:* LISTEN 29516/sshd tcp 0 64 am82p.vcloud.local:ssh jumphost.vcloud.l:39030 ESTABLISHED 29070/sshd: rsaadmin tcp 0 0 *:ssh *:* LISTEN 29516/sshd am82p:~ #
Procedure for RSA Authentication Manager 8.4 and above
Because Authentication Manager 8.4 uses the SUSE 12.3 operating system, there is a different procedure than with earlier versions that ran on SUSE 11.4 to enable SSH using the command line. For the new procedure, see article 000039344 - Enable SSH using the command line on RSA Authentication Manager 8.4 and up
Related Articles
Enable SSH using the command line on RSA Authentication Manager 8.4 and up 317Number of Views Workstation can be unlocked without using correct PIN 13Number of Views How to Install a Third Party Certificate into enVision 8Number of Views Request Form User Picker loses users with multiple first or last names in RSA Identity Governance and Lifecycle 19Number of Views RSA Authentication Manager 8.2 customized SSH logon banner is not displayed 55Number of Views
Trending Articles
RSA MFA Agent 2.3.6 for Microsoft Windows Installation and Administration Guide RSA Authentication Manager 8.9 Release Notes (January 2026) RSA Release Notes for RSA Authentication Manager 8.8 RSA announces End of Life EOL dates for RSA MyAccessLive Service RSA Authentication Manager 8.9 Administrator's Guide
Don't see what you're looking for?