Guest User

Untitled

a guest
Jan 23rd, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. ## password error
  2.  
  3. Response: 331 Password required for andrewmarc
  4. Command: PASS **********
  5. Response: 530 Login incorrect.
  6. Error: Critical error
  7. Error: Could not connect to server
  8.  
  9.  
  10.  
  11.  
  12. ./ftpasswd --file /var/ftp/conf/passwd --home /ebs/ftproot --not-system-password --name amuser --uid 505 --gid 50 --shell /bin/false --passwd --md5
  13.  
  14. [root@amarc-fs opt]# cat /var/ftp/conf/passwd
  15. andrewmarc:$1$blahblahblahOPl/:501:50::/ebs/ftproot:/bin/false
  16. amuser:$1$NblahKTiblahblahblahSVNuXte1:505:50::/ebs/ftproot:/bin/false
  17.  
  18.  
  19. [root@amarc-fs opt]# cat /var/ftp/conf/group
  20. amuser:x:50:
  21. andrewmarc:x:50:
  22.  
  23.  
  24. AuthUserFile /var/ftp/conf/passwd
  25. AuthGroupFile /var/ftp/conf/group
Add Comment
Please, Sign In to add comment