# py-pass-changer **Repository Path**: allway2/py-pass-changer ## Basic Information - **Project Name**: py-pass-changer - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-09-08 - **Last Updated**: 2025-09-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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