Skip to content
Snippets Groups Projects
Commit 14f0dce2 authored by Nigel Kukard's avatar Nigel Kukard
Browse files

There is no 'orange' color, so use 'red' instead

parent bea258a2
No related branches found
No related tags found
No related merge requests found
......@@ -245,7 +245,7 @@ if (defined($loginUsername)) {
# If the server is ancient, we need to enable DSS
if (defined($needDSS)) {
logger('WARNING',color('orange')."Host needs ssh-dss".color('reset'));
logger('WARNING',color('red')."Host needs ssh-dss".color('reset'));
push(@sshArgs,'-o','PubkeyAcceptedKeyTypes=+ssh-dss');
push(@sshArgs,'-o','HostbasedKeyTypes=+ssh-dss');
push(@sshArgs,'-o','HostKeyAlgorithms=+ssh-dss');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment