perl - gsh - Global Shell: Where do you put the shared keys, password? -
I'm trying to use the gsh
command on Ubuntu to do some embarrassing parallel stuff I am I have created a / etc / ghosts
file containing all the IP addresses for the host, and each host has an account that I have created for "cluster" purposes.
However, when I try the command, then
$ gsh -l cluster fixes 'echo $ host'
I get two errors in return,
hostn: host key validation failed. Hostn + 1: Permission denied (publisher, password, keyboard-interactive)
I have already done SSH to these computers and have exchanged keys I have a key file Nothing can be found in the gsh
man page. In addition, where the password should be kept.
This is the version I am using:
If you can not reply, you might suggest some options.
It looks like gsh
uses ssh < / Code>. Therefore, you have to set up your
authorized_keys
file as explained.
Comments
Post a Comment