System information
346 Logical Partitions on System i5
Logon as fred from the i5/OS and run the command call qp2term (Figure 11-8).
Figure 11-8 Qp2term
Create the directory called fred under /home.
Change the ownership of the directory fred using the command chown fred fred.
Go to the directory cd /home/fred.
Generate the ssh key (Figure 11-9) by using the command ssh-keygen.
ssh-keygen -t rsa
Figure 11-9 SSH-Key generation
Note: The qp2term shell environment is not a true TTY device and this can cause
problems when trying to use ssh, sftp, or scp within one of these sessions. Use the -T
option to not allocate a TTY when connecting.