Veritas Storage Foundation™ and High Availability Solutions 5.0.1 Getting Started Guide

4
When the program asks you to enter the passphrase, press the Enter key
twice.
Enter passphrase (empty for no passphrase):
Do not enter a passphrase. Press Enter.
Enter same passphrase again:
Press Enter again.
5
Make sure the /.ssh directory is on all the target installation systems (system2
in this example). If that directory is not present, create it on all the target
systems and set the write permission to root only:
system2 # cd /
system2 # mkdir /.ssh
Change the permissions of this directory, to secure it.
system2 # chmod go-w /.ssh
To append the public key from the source system to the authorized_keys file on
the target system, using secure file transfer
1
Make sure the secure file transfer program (SFTP) is enabled on all the target
installation systems (system2 in this example).
To enable SFTP, the /opt/ssh/etc/sshd_config file must contain the
following two lines:
PermitRootLogin yes
Subsystem sftp /opt/ssh/libexec/sftp-server
2
If the lines are not there, add them and restart ssh:
system1 # /sbin/init.d/secsh start
25Installation overview
Configuring secure shell (ssh) or remote shell before installing products