csshi icon indicating copy to clipboard operation
csshi copied to clipboard

ClusterSSH for iTerm2

Results 3 csshi issues
Sort by recently updated
recently updated
newest added

Hi! I'd like to be possible to specify a custom ssh command or (maybe better) respect shell aliases. I have an alias for ssh to sshrc (a script useful to...

This tool would be perfect if it could read hostnames from a file, in addition to taking a list at the command line. Something like a `-file` or `-hosts` argument.

This adds the ability to use more then 1 -o option on your ssh line, like csshi -o ServerAliveInterval=300 -o GSSAPIAuthentication=no I also added a project.toml, since my black formatting...