Virtual TapeServer 6.02.00 Installation Guide

HP Virtual TapeServer Installation Guide 45 HP Part Number 528654-006 Sept 2006
b) At the command prompt [bill@losangeles default]$, enter chown bill
/home/bill/.rhosts to change the ownership to bill on the rhosts file.
c) At the command prompt [bill@losangeles default]$, enter chmod 600
home /bill/.rhosts to set the privileges to read and write for bill.
d) At the command prompt, [bill@losangeles default]$, enter vi
/home/bill/.rhosts.
e) Use the enter key to scroll down to the last line in the file.
f) Type lower case o to start a new line to put the editor into insert mode.
g) Add the name for the opposite end of the IDR in this file. For losangeles,
enter newyork-idr For newyork, enter losangeles-idr Add entries for
both Instant/DR systems.
h) Press the ESC key to exit insert mode.
i) To save settings and exit the vi editor, type <SHIFT>: wq.
4. Set up and authorize Secure Shell
a) At the command prompt, [bill@losangeles default]$, enter cd to change to
the home directory.
b) At the command prompt, [bill@losangeles default]$ enter ssh-keygen –t
rsa
c) Press Enter (to save the file in the default location).
d) Press Enter (to skip the pass phrase).
e) Press Enter (to verify skipping the pass phrase).
This step creates the id_rsa file in /home/bill/.ssh/.
f) At the command prompt, [bill@losangeles bill]$ enter
cd .ssh/.
g) At the command prompt, [bill@losangeles .ssh]$ enter scp id_rsa.pub
newyork-idr:/home/bill/.ssh/authorized_keys.