- Open a console connection to the server. If it is a hardware appliance, connect a keyboard and monitor. If it is a virtual machine, open the console from the Hypervisor client.
- Login as rsaadmin, then switch to root.
login as: rsaadmin Using keyboard-interactive authentication. Password: <enter operating system password> Last login: Wed Jan 8 17:48:17 2020 from jumphost.vcloud.local RSA Authentication Manager Installation Directory: /opt/rsa/am rsaadmin@am81p:~> sudo su - rsaadmin's password: <enter operating system password>
- Run the following command to enable SSH:
am81p:~ # /opt/rsa/am/utils/bin/appliance/configureSSH.sh enable 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
- Run the following command to disable SSH again, if needed:
am81p:~ # /opt/rsa/am/utils/bin/appliance/configureSSH.sh disable Shutting down the listening SSH daemon done Saving iptables configuration
|