Skip to content

Python password changer for multiple hosts via ssh (paramiko_expect) by reading a KeePass2 database file.

Notifications You must be signed in to change notification settings

lcompare/py-pass-changer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python Password Changer

Python password changer for multiple hosts via ssh (paramiko_expect).

Configuration

Edit config_pass.yml:

config:
  username: myname
  hostsfile: hosts.txt
  oldpsw: test
  newpsw: test2
  invert-psw: False
  • username username to connect to ssh server
  • hostsfile list of hosts, 1 per line
  • oldpsw current password for all hosts
  • newpsw new password you want to set for all hosts
  • invert_psw True|False if you want to use the oldpsw as the new password and newpsw as the old password

About

Python password changer for multiple hosts via ssh (paramiko_expect) by reading a KeePass2 database file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages