I was using SSH with -q -T options on older version of COPSSH, but I have upgraded now to latest one. After upgradation, I found that its not working in script.
ssh -q -T user@server
Can you please help me getting if any changes in latest version OR any workarounf here.
Thanks!!
What do you mean by the latest one ? Error message you get ? Which version did you upgrade from ?
Sorry for missing info....
I have upgraded to 3.1.4
No error message. If I do the command manually, it works fine but not in script. Please help.
We can't say too much without having knowledge of your script. However, it seems that ssh works as expected under normal circumstances. Add some -v options to your commadn to see what it tries to do.