How to Configure SSH in AIX
- 1). Log in to the command line as "tioadmin."
- 2). Type in the command-line:
sudo ssh-keygen -t rsa -N "" -f $HOME/.ssh/id_rsa
Press "Enter." - 3). Type:
cat $HOME/.ssh/id_rsa.pub >> $HOME/.ssh/authorized_keys
Press "Enter." Enter your password and press "Enter." - 4). Type:
ssh -v tioadmin@localhost
Press "Enter." - 5). Copy the public key for tioadmin to the servers you will be accessing this computer from later.
- 6). Type:
sudo vi /home/thinkcontrol/.ssh/config
Press "Enter." Type your password and press "Enter."
Type:
StrictHostKeyChecking no
Exit and save. - 7). Copy the id_rsa.pub file to whichever external servers you want to use SSH with.