View Issue Details

IDProjectCategoryView StatusLast Update
937RackTablesdefaultpublic2013-07-23 14:27
Reporterapb Assigned To 
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionfixed 
Product Version0.20.5 
Target Version0.20.6Fixed in Version0.20.6 
Summary937: Live Ports / CDP / LLDP does not work with sshnokey protocol
DescriptionI had to modify remote.php to make Live features work, because the hostname was missing from the call. The error message was:

sshnokey error: ERROR: please specify remote host (-h for help) at ./sshnokey line 46.

Please find the patch attached.
TagsNo tags attached.

Activities

apb

apb

2013-07-11 17:27

reporter  

remote_hostname.diff (448 bytes)   
--- wwwroot/inc/remote.php.orig	2013-07-11 13:13:53.000000000 +0200
+++ wwwroot/inc/remote.php	2013-07-11 13:13:26.000000000 +0200
@@ -270,6 +270,7 @@
 			$params_from_settings['prompt-delay'] = 'prompt_delay';
 			$params_from_settings['username'] = 'username';
 			$params_from_settings['password'] = 'password';
+			$params_from_settings[] = $settings['hostname'];
 			break;
 		case 'ssh':
 			$params_from_settings['sudo-user'] = 'sudo_user';
remote_hostname.diff (448 bytes)   
infrastation

infrastation

2013-07-23 14:27

administrator   ~0001617

This bug has already been fixed in development version (commit fab1064). Release 0.20.6 will include this change.

Issue History

Date Modified Username Field Change
2013-07-11 17:27 apb New Issue
2013-07-11 17:27 apb File Added: remote_hostname.diff
2013-07-23 14:27 infrastation Note Added: 0001617
2013-07-23 14:27 infrastation Status new => closed
2013-07-23 14:27 infrastation Resolution open => fixed
2013-07-23 14:27 infrastation Fixed in Version => 0.20.6
2013-07-23 14:27 infrastation Target Version => 0.20.6