Ok, I resolved the First problem on the Bitvise SSH Server (I Opened the Shell Access Type).rkennedy wrote:This sounds like a configuration issue on the Bitvise SSH side. You may need to create a shell access type for the nagios user on the Windows side.
As I asked in my previous response, Is using NSClient++ an option to check this folder, rather then checking by ssh?
On Nagios now when I try to SSH in to the Server, it work properly.
Code: Select all
[root@nagiosfe /]# ssh [email protected]
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Users\xxx>
Code: Select all
UNKNOWN ERROR - execution of ssh 10.210.1.20 ls -lA Nagios -R resulted in an error 65280 -Code: Select all
check_file_size_age!-C 'ssh $HOSTADDRESS$ ls -lA Nagios' -F '[^\0]+' -r! -a 300,600Code: Select all
check_file_size_age!-C 'ssh Nagios_test@$HOSTADDRESS$ ls -lA Nagios' -F '[^\0]+' -r! -a 300,600Any advice?