setup_narval_keys(1)
script to enable automatic login as a distributed facility.
SYNOPSIS
setup_narval_keys
{local | remote remote_rsa_key.pub}
DESCRIPTION
setup_narval_keys
program allow one to create a rsa key in order to allow the
sub_system_coordinator to launch actors through ssh.
OPTIONS
- local
-
This option creates a .ssh/id_rsa and .ssh/id_rsa.pub keys pair and add it at
the end of the .ssh/authorized_keys2 file.
remote remote_rsa_key.pub
This option add at the end of the .ssh/authorized_keys2 file the content of
remote_rsa_key.pub in order to allow the remote host to launch narval actors on
the local host.
AUTHOR
This manual page was written by Xavier Grave <
[email protected]>. It can be used by others.