Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1556 |
|
rao [options for
ao]
AUID="<remotename>"The .ssh/authorized_keys file (.ssh/authorized_keys2 for ssh2) for the remotename account on aips2.nrao.edu should have an entry for each machine you may want to use remotely.
you will need to run ssh-keygen and put the generated key in the .ssh/authorized_keys on aips2.nrao.edu
0
: success (returned from ao_master)
1
: initialization error, no checkout
rao -l Foo.ccwould check out Foo.cc with an exclusive lock. Then
rao -u Foo.ccwould remove the lock without checking the file in or deleting the working copy. The command
rao -l RCS/*,vwould check out everything in the directory (that is, assuming that RCS is a symlink into the slave directory, all files currently in the slave directory will be checked out of the master).