diff --git a/awit-ssh b/awit-ssh index a0388e124ed565e1245f5418c8ff45850b7daeb8..6afd189ca79cb51183a20abe8451f5aabedd2462 100755 --- a/awit-ssh +++ b/awit-ssh @@ -54,7 +54,7 @@ use User::pwent; my $NAME = "AWIT-SSH-Client"; -our $VERSION = "0.8.0"; +our $VERSION = "0.8.1"; print(STDERR "$NAME v$VERSION - Copyright (c) 2016, AllWorldIT\n\n"); @@ -410,7 +410,6 @@ PFEC1: } # Check if we need to set the host - $loginHost = $ldapEntryName; if (my $ldapLoginHost = $ldapEntry->get_value('awitLoginHost')) { logger('INFO'," - Host ".color('green')."%s".color('reset')." (awitLoginHost)",$ldapLoginHost); $loginHost = $ldapLoginHost;