hammerlab / stratotemplate

DEPRECATED: we don't really maintain this any more, we use Coclobas:
https://github.com/hammerlab/coclobas
Apache License 2.0
3 stars 0 forks source link

Permission denied on PBS server #14

Closed arahuja closed 8 years ago

arahuja commented 8 years ago

Used this to re-create a new cluster from scratch. Cluster up seems successful but on submitting a workflow I see:

SSH failed:Warning: Permanently added 'arahuja-strat-pbs-server,10.142.15.192' (ECDSA) to the list of known hosts.
 Permission denied (publickey)
smondet commented 8 years ago

Did you refollow the whole process or are you reusing the Ketrew server?

If reusing: a fresh version of gcpketrew.sh has the sub-command pubkey, you can copy-paste that into the $HOME/.ssh/authorized_keys of the $PREFIX-user user on $PREFIX-pbs-server.

arahuja commented 8 years ago

Whole process from 'Get a Ketrew server'

smondet commented 8 years ago

AFAIK this was fixed by https://github.com/hammerlab/stratocumulus/pull/49