duncs / clusterssh

Cluster SSH - Cluster Admin Via SSH
https://github.com/duncs/clusterssh/wiki
896 stars 79 forks source link

Cannot ssh with ssl key file #73

Closed kalkir closed 7 years ago

kalkir commented 7 years ago

I am trying to login with SSH key, but I couldn't find any option with ssh_args. how can I login with key authentication?

cqexbesd commented 7 years ago

The easiest way (IMO) is to set up the ssh-agent as you would for normal SSH. Then the SSHs spawned by cssh will just use it without requiring any changes.

kalkir commented 7 years ago

Thanks,