mirror of
https://github.com/duncs/clusterssh.git
synced 2025-04-21 09:09:06 +00:00
parent
042780f873
commit
b333641287
2 changed files with 2 additions and 0 deletions
1
Changes
1
Changes
|
@ -6,6 +6,7 @@
|
|||
* Move .csshrc to .csshrc.DISABLED since it should no longer be used
|
||||
* Error emitted when adding a host via the "Hosts" drop-down (Debian bug ID #578208)
|
||||
* Pastes uses a strange keyboard layout (Debian bug ID #364565)
|
||||
* Cope with being invoked by 'clusterssh' (Debian bug ID #644368)
|
||||
|
||||
2012-12-09 Duncan Ferguson <duncan_ferguson@user.sf.net> - v4.01_02
|
||||
* Fix logic when using 'autoclose' on the command line or config file
|
||||
|
|
|
@ -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
Reference in a new issue