I have a strange issue when I connect SSH from one of my machines to a windows server 2019 I use OpenSSH in the windows server and the client has a private key to connect to the server it works fine if server time zone is UTC + (eg: Indian timezone) and not work if the server time zone is UTC - (eg: USA timezones)
I use bellow Plink commnad
plink.exe -v workflow -P 22 -l administrator -N -i "C:\Program Files\RDC\private.ppk" -R 3391:127.0.0.1:3389
and it gives bellow out put when it is UTC + time zones
and when it is just change to UTC - time zone bellow error am getting
do anyone phase a similar issue and do we have a fix
Adding failed and success logs from sshd server-side
Success : Success.txt Failed: Failed.txt