Tagged Questions

2
votes
1answer
101 views

How to set password on first call for command from paramiko?

I have one user test. I set password change when that user login with chage command. chage -E 2012-01-25 -M 30 -d 0 -W 10 -I 5 test So when i try to run command ls [root@localhost ~]# ssh ...