You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm failing to understand the manual I'm afraid, but how do I use sshpass to connect to a bunch of servers where I have passwords, but no ssh keys. I THOUGHT it would be by setting "comms = <script>" in the config file. I have a script that works like this:
rs hostname
It finds the password in a table and executes: sshpass -p password user@hostname
The script works fine, but I can't figure out how to get clusterssh to use it?
The text was updated successfully, but these errors were encountered:
You could wrapper the ssh command itself, so you have total control over its actions, separate to CSSH.
I do this for hostname alias and domain expansion and user account name lookup.
My script is call 'r' and this is my notes on using 'r' instead of 'ssh' in 'cssh'
I'm failing to understand the manual I'm afraid, but how do I use sshpass to connect to a bunch of servers where I have passwords, but no ssh keys. I THOUGHT it would be by setting "comms = <script>" in the config file. I have a script that works like this:
rs hostname
It finds the password in a table and executes: sshpass -p password user@hostname
The script works fine, but I can't figure out how to get clusterssh to use it?
The text was updated successfully, but these errors were encountered: