mirror of
https://github.com/duncs/clusterssh.git
synced 2025-07-03 18:03:23 +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
|
* 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)
|
* 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)
|
* 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
|
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
|
* 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 = 'telnet' if ( $comms eq 'tel' );
|
||||||
$comms = 'console' if ( $comms eq 'con' );
|
$comms = 'console' if ( $comms eq 'con' );
|
||||||
|
$comms = 'ssh' if ( $comms eq 'lusterssh' );
|
||||||
|
|
||||||
# list of allowed comms methods
|
# list of allowed comms methods
|
||||||
if ( 'ssh rsh telnet console' !~ m/\b$comms\b/ ) {
|
if ( 'ssh rsh telnet console' !~ m/\b$comms\b/ ) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue