- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: ftp from pc windows:the password appears!
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
10-19-2004 09:14 PM
10-19-2004 09:14 PM
ftp from pc windows:the password appears!
i have a probelm with ftp.I have same ws linux (AS2.1,RH8) and when i open a ftp session from a pc windows towards ws (by browser internet explorer v5.0,6.0) on the title bar i see my password!
There are same things that i must change on the ftp servers.
Thanks a lot,
Francesco
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2004 09:26 PM
10-19-2004 09:26 PM
Re: ftp from pc windows:the password appears!
Which ftp server do you use ? Can you post your .conf file ?
Tks
J
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2004 10:18 PM
10-19-2004 10:18 PM
Re: ftp from pc windows:the password appears!
thank you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2004 10:52 PM
10-19-2004 10:52 PM
Re: ftp from pc windows:the password appears!
First check that the feature "remember my password" is disabled in Explorer, otherwise it 's normal.
Then, yes, post ftpaccess for check. Please precise what version of wu-ftpd you are running.
From later AS 3, Redhat changed to vsftpd, as wu-ftpd has a long history of flaws that make it quite insecure ( http://www.vsftpd.org ). You may consider turning to it, it's configuration is quite simple, and it's very secure.
hth
J
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2004 11:19 PM
10-19-2004 11:19 PM
Re: ftp from pc windows:the password appears!
The version of wu-ftpd is 2.6.1
The ftpaccess is :
# This file controls the behavior of the wu-ftpd
# ftp server.
#
# If you're looking for a graphical frontend to
# editing it, try kwuftpd from the kdeadmin
# package.
# Don't allow system accounts to log in over ftp
deny-uid %-99 %65534-
deny-gid %-99 %65534-
allow-uid ftp
allow-gid ftp
# Chroot all users to their home directory by default
# (comment this out if you don't want to chroot most of your users)
#guestuser *
# If you wish to allow user1 and user2 to access other
# directories, use the line below:
# realuser user1,user2
realuser fsarno,tbosio
# The ftpchroot group doesn't exist by default, this
# entry is just supplied as an example.
# To chroot a user, modify the line below or create
# the ftpchroot group and add the user to it.
#
# You will need to setup the required applications
# and libraries in the root directory (set using
# guest-root).
#
# Look at the anonftp package for the files you'll need.
guestgroup ftpchroot
# User classes...
class all real,guest,anonymous *
# Set this to your email address
email root@localhost
# Allow 5 mistyped passwords
loginfails 5
# Notify the users of README files at login and when
# changing to a different directory
readme README* login
readme README* cwd=*
# Messages displayed to the user
message /welcome.msg login
message .message cwd=*
# Allow on-the-fly compression and tarring
compress yes all
tar yes all
# Prevent anonymous users (and partially guest users)
# from executing dangerous commands
chmod no guest,anonymous
delete no anonymous
overwrite no anonymous
rename no anonymous
# Turn on logging to /var/log/xferlog
log transfers anonymous,guest,real inbound,outbound
# If /etc/shutmsg exists, don't allow logins
# see ftpshut man page
shutdown /etc/shutmsg
# Ask users to use their email address as anonymous
# password
passwd-check rfc822 warn
Thank a lot!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2004 12:22 AM
10-20-2004 12:22 AM
Re: ftp from pc windows:the password appears!
Your ftpaccess has nothing wrong.
It seems to be related to Ms explorer. I tried putting on a AS2.1 wu-ftpd version 2.6, then 2.8, nopassword appear in title bar of explorer 5.5 (only with server IP and username), but does appear in both cases if I use Ms explorer 5 on a vmware NT4 box...
Seems that showing user password to the user himself wasn't considered as abnormal at that time.
Maybe upgrading explorer on your network would be a good idea, keeping in mind that the password you see is the password you typed, so you are supposed to know it. The only issue is if s.o. looks over your shoulder...
Still vsftpd is considered as better secured than wu-ftpd...
hope it helped
J
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2004 01:11 AM
10-20-2004 01:11 AM
Re: ftp from pc windows:the password appears!
Bye,F.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2004 01:16 AM
10-20-2004 01:16 AM
Re: ftp from pc windows:the password appears!
that's what I mean by "it seems to be related to Ms explorer".
My advice on wu-ftpd was intended to be general, and has no link with the issue you encounter.
Cheers
J
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2004 06:51 AM
10-22-2004 06:51 AM
Re: ftp from pc windows:the password appears!
May b I am little late, anyways this is a known bug in IE5. Get the latest IE6, you shouldnot see this problem. Read the following link for more info.
http://www.astonisher.com/archives/bugnet/alerts/bugalert_81199.html
-Govind