Skip to content

nikhil-itaims/python-ssh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

python-ssh

The python script that create connection using ssh and perform any action on remoe system.

In this script, I mentioned how to create text file and paste content in it to remote server.

How to run the Script?

Create and activate virtual enviornment.

python -m venv venv
venv\Scripts\activate

Install the paramiko package

pip install paramiko

To run the script

  • Specify the IP Address, Username, Password and path to the folder where file is being created then run below command.
python main.py

About

SSH Connection using python

Topics

Resources

Stars

Watchers

Forks

Languages