- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- FTP without passwords
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2006 10:21 PM
05-22-2006 10:21 PM
FTP without passwords
Making FTP all users can access to the server without writing his passwords - only pressing the "Enter" key when is asking for a password.
What hell is it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2006 10:24 PM
05-22-2006 10:24 PM
Re: FTP without passwords
This is ill advised.
To do this, you null out the password entries in /etc/passwd
I'm sure I'll regret posting this.
PLEASE! Don't do it. Definitely don't do it on the Public Internet.
LDAP or ADS integration can accomplish this goal without compromising security.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2006 10:28 PM
05-22-2006 10:28 PM
Re: FTP without passwords
All users HAS passwords in /etc/passwd and making telnet can't access without writing his passwords correctly!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2006 10:36 PM
05-22-2006 10:36 PM
Re: FTP without passwords
If so, I suspect you are ftping to/from a server which allows anonymous ftp. If you can confirm that my understanding of the problem is correct, we can help you to fix it (unless it was set up for anonymous ftp for a good reason).
Mark Syder (like the drink but spelt different)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2006 10:57 PM
05-22-2006 10:57 PM
Re: FTP without passwords
FTP from Windows to UNIX machine.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2006 12:16 AM
05-23-2006 12:16 AM
Re: FTP without passwords
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2006 10:20 PM
05-23-2006 10:20 PM
Re: FTP without passwords
Anonymous FTP is disable.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2006 01:13 AM
05-24-2006 01:13 AM
Re: FTP without passwords
when you want to have empty password enabled for ftp acces,you could use this method:
$ cat >> $HOME/.netrc
machine your.ftpserver.com
login username
password yourpassword
and now you don't have to write passwd when accessing your ftp.
s.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2006 04:23 AM
08-18-2006 04:23 AM
Re: FTP without passwords
edit $HOME/.netrc
machine
chmod 700 $HOME/.netrc
suerte!!!
JEA