or check_ssh_login is there any plugin to check if ssh login is successfully ot not? normally i use 'ssh -l user host'(via ssh key) to log into server and do something, but i got trouble if login failed(keyfile deleted for example), how can i detect the login error so i can send alert? the command just stop there and wait for inputting new password... thanks.