0

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 enter image description here

and when it is just change to UTC - time zone bellow error am getting

enter image description here

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

2
  • 1
    Please don't post screenshots of text you could just copy and paste. You are making it just harder to help you. Mar 10, 2022 at 15:32
  • @GeraldSchneider I have updated with added an error log as text file as well as a success log
    – Visakh V A
    Mar 10, 2022 at 16:10

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

Browse other questions tagged or ask your own question.