Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Using Encrypted Passwd in FTP scrip
Name: abirla Date: July 14, 2003 at 12:16:49 Pacific OS: Solaris CPU/Ram: USII/2GB
Comment:
How can I use encrypted passwds in shell scripts to login to FTP servers?
Name: David Perry Date: July 17, 2003 at 05:03:43 Pacific
Reply:
ftp, pop3, telnet are clear text protocols. Perhaps it would be better to store the passwd in a file that is only readable by the owner and have the shell script read the value from the file.
Summary: I am trying to use an account with the default shell in the /etc/passwd file as Restricted Shell /usr/lib/rsh. I want this account to be able to FTP into a single directory only. The problem that I am...
Summary: Using passwd, I want to be able to change a users password from a script file without keyboard input. I have searched this site and found some different scripts but none work for Solaris 8. It seems t...