mirror of
https://github.com/duncs/clusterssh.git
synced 2025-07-03 01:43:25 +00:00
parent
042780f873
commit
b333641287
2 changed files with 2 additions and 0 deletions
|
@ -93,6 +93,7 @@ sub new {
|
|||
|
||||
$comms = 'telnet' if ( $comms eq 'tel' );
|
||||
$comms = 'console' if ( $comms eq 'con' );
|
||||
$comms = 'ssh' if ( $comms eq 'lusterssh' );
|
||||
|
||||
# list of allowed comms methods
|
||||
if ( 'ssh rsh telnet console' !~ m/\b$comms\b/ ) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue