-1

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?

  • For a Python script to run on that server, you still need a Python on that server. Perhaps, you best bet here would be to use a virtual environment – Marat May 30 '22 at 15:57
  • I was thinking about running the python code on Windows. I mean, remotly read information from linux through the ssh (manually running cats, ./ etc) that runs on Windows @Marat – nluizsoliveira May 30 '22 at 17:41

0 Answers0