Skip to content
This repository has been archived by the owner on Nov 26, 2020. It is now read-only.
/ sshpasswordchanger Public archive

Python command tool for changing password remotely through ssh using paramiko module

License

Notifications You must be signed in to change notification settings

gi0cann/sshpasswordchanger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sshpasswordchanger

Python command tool for changing password remotely over ssh using paramiko module

usage:

python sshpasschanger.py -c <config filename>

config format:

HOST <host number/name>
IP: <ip address>
username: <username>
password: <current password>
newpass: <new password>

# Example Config example
HOST 1
IP: 192.168.1.2
username: testuser
password: testpass
newpass: testnewpass

About

Python command tool for changing password remotely through ssh using paramiko module

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages