https://bugzilla.novell.com/show_bug.cgi?id=205165#c13 --- Comment #13 from Stefan Dirsch <sndirsch@novell.com> 2007-07-10 04:55:52 MST --- This would disable the check, but I'm sure it's insecure. --- nxserver.old 2007-07-10 12:40:15.000000000 +0200 +++ nxserver 2007-07-10 12:45:07.000000000 +0200 @@ -557,7 +557,7 @@ if [ "$ENABLE_SERVER_FORWARD" = "1" -a -n "$SERVER_FORWARD_HOST" ] then log 3 "Info: Forwarding connection to $SERVER_FORWARD_HOST with secret key $SERVER_FORWARD_KEY." - $COMMAND_SSH -i "$SERVER_FORWARD_KEY" "-p$SERVER_FORWARD_PORT" "nx@$SERVER_FORWARD_HOST" "host=$SERVER_NAME" + $COMMAND_SSH -i "$SERVER_FORWARD_KEY" "-p$SERVER_FORWARD_PORT" "nx@$SERVER_FORWARD_HOST" "host=$SERVER_NAME" "CheckHostIP=no" exit 0 fi -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.