I have access to a linux server with no python3. However I have python3 on windows. But I cannot install packages. (restrict company rules)
I want to run a python script that operates on that server.
I was thinking about using SSH. I know paramiko would be the way to go if I could install it but I can't.
I came across that question What is the simplest way to SSH using Python? which addresses doing it through a linux server.
Windows 10 released in 2017 a native ssh client which allows doing ssh without putty.
Is there a way to make it work through python?