SSH with exit status 1 even though logging is working fine
Issue
- In only one system, it returns 1 instead of for ssh exit
$ ssh problem_node exit > /dev/null; echo $?
1
$ ssh normal_node exit > /dev/null; echo $?
0
Environment
- Red Hat Enterprise Linux 5.7
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase of over 48,000 articles and solutions.
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
