Fedora :: Access VsFTP And Use Ssl - Gets Stuck
Nov 5, 2010
I have setup vsFTP and internally it works fine I need to access vsFTP from office and use ssl. I generated a certificate, updated vsftp config file. I have a netgear firewall, authorized sFTP on port 115 to be redirected to my fedora ip 192.168.1.11, also in iptables, I authorized port 115 TCP and UDP. I use Filezilla but it gets stuck like this
[Code]...
View 8 Replies
ADVERTISEMENT
Feb 1, 2011
1. yum install vsftpd
2. service vsftpd start [ok]
3. nmap from outside verifies tcp 21 is open for business
4. ftp myipaddress.com results in login failed for user root.
I want to login as root and have access to '/' as my home directory. What do I have to do to get this to work?
View 2 Replies
View Related
Mar 11, 2010
i have installed RED Hat Linux,installed VSFTP it is working in linux fine but when i access this ftp from windows workstation it is display "530 Permission denied"i have disable anonymous access, i want to authentication when access to FTP site both for windows and Linux
View 10 Replies
View Related
Jan 3, 2011
I am new to Fedora 12 and was trying to setup a FTP server using VSFTP. I have it installed, but not sure where to go from there. I ultimately would like to have all of my PC( that are on the same subnet to be able to access the ftp server) and possible be able to access the server from outside of my local network.
View 5 Replies
View Related
Sep 12, 2009
When I try to login as a user, I get the dreaded "500 OOPS: cannot change directory:". Almost every posting I can find related to this problem was due to SELinux being enabled. My SELinux is operating in permissive mode. So why can't it open the home directory when I log in as the tarheelnk user?
Code:
[root@server1 home]# ls /home/ -l
total 36
-rw------- 1 root apache 7168 2009-09-11 16:24 aquota.group
-rw------- 1 root apache 7168 2009-09-11 16:30 aquota.user
drwx------ 2 root root 16384 2009-09-11 10:07 lost+found
drwsrws--- 4 tarheelnk apache 4096 2009-09-11 14:58 tarheelnk
code....
View 1 Replies
View Related
Mar 28, 2010
I have a local computer (local), and remote computer (remote) behind of remote server (server). Also, I have user access to all of these 3 machines. Now, I want mount some directory, located at remote, to my local mount-point via sshfs. How should I setup my local sshfs and what should be done on server to make this mounting?
I'm stuck with ssh tunneling because the default method for tunneling requires root access while WinSCP somehow could do this with only user access (the tunnel server could be configured there in 'tunnel' panel).
View 5 Replies
View Related
Jun 16, 2010
I work in a company and we have problems on our server so i decided to investigate.
I found first that we don't have any ftp logs. We use vsftpd and i tried unsuccessfully to configure it to write the logs.
So here i am: - vsftpd doesn't have any logs (no vsftpd.log file in /var/log/)
I added the following lines in the vsftpd.conf :
syslog_enable=YES
log_ftp_protocol=YES
xferlog_enable=YES
vsftpd_log_file=/var/log/vsftpd.log
[Code]....
I also took a look at vsftpd process : it is owned by a user called "nobody" and a user called "www-data" when i upload or download files.
Is it a problem of permission on the log file ?
View 4 Replies
View Related
Oct 22, 2010
I've been instructed to set up an sftp server this weekend. I was going to just use vsftpd b/c it's awsome, but then someone said it's supposed to use ssh. so here's my question:
Is Vsftpd the same thing as Sftp? is it the same openssh protocol for encryption and file transport? I've set up Vsftpd before and it just uses port 21, and it doesn't seem to ask all the same questions as ssh, so is it the same thing? or should/could I tunnel vsftpd through ssh?
View 4 Replies
View Related
Dec 8, 2010
how to configure vsftp in my rhel5 server.
View 2 Replies
View Related
Dec 20, 2009
I've been trying to install VSFTP on a test box I have at home. Here are the steps that I've done so far: First, I install vsftpd via yum. yum install vsftpd
View 4 Replies
View Related
Jan 18, 2011
I'm using openSUSE 11.1 and would like to authenticate vsftp users against a mysql database. The newest version of pam-mysql I can find is from 2005. I'm concerned about using something from what appears to be a dead project. Is there an alternative? I'm trying to come up with a solution where I can manage FTP users from an application running from Windows desktops.
View 1 Replies
View Related
Jun 19, 2010
I recently put a new install of Ubuntu 10.04 Server on an old dell I had sitting around the house with the intention of using it as an all purpose server machine (website, teamspeak, ftp, storage, etc.). I am running apache2 for the web server and want to use vsftpd to edit the website contents through FTP. The issue I am running into is that vsftp doesn't have permissions to write /var/www/ which is the default website directory. The flip-side issue is that apache2 doesn't have permission to access the /home/user/ directory which vsftp has permissions to write.
Because I am only interested in running a single website (no virtual machines/no extra IPs) fixing either apache2 permission or vsftpd permissions would fix the problem.Changing DocumentRoot to /home/user/ will make apache2 point to the new directory but I get a 403 error. I have no idea how to change application permissions.I need to use to give permissions for vsftp to write /var/www/ (vsftpd.conf is configured to allow write in home directory) OR the command I need to give permissions for apache2 to access /home/user/? I assume it is a chmod command but I have never used this and don't know what the permission codes (777, etc.) do in terms of giving me the necessary andsufficient app permissions. I don't want to give the app. too much access and risk creating some security flaw.Here are my vsftpd.conf, default (website config file) and apache2.conf.apache2.conf
Code:
#
# Based upon the NCSA server configuration files originally by Rob McCool.
[code]...
View 3 Replies
View Related
Jun 27, 2011
Does anyone know if vsftpd logs successful and failed logon attempts anywhere? I grep'd my /var/log directory and didnt find anything. or if it can, do you know how to enable it?
View 12 Replies
View Related
Oct 11, 2010
I just setup a vsftpd server and I am baffled about one issue. I allow local login and have not chroot anybody and disallow anonymous login. When connected as a local user I can browse the servers file system including the root (/) directory. There I can download whatever file I want but not write to it.All permissions are untouched since installing the server.Looking at the file permissions they are in general rwxr-xr-x (root root)
Isn't this a security threat? If so it seems strange as these are the default permissions. I don't dare changing the permissions for the entire file system.
View 1 Replies
View Related
Apr 11, 2011
I've installed vsftp as ftp server on CentOS5. vsftpd.conf is unedited, works without change as it was installed (it's a private network on which I'm using anonymous ftp.)For some reason vsftp will not serve some files which I downloaded from another system (using ftp.) The downloaded files simply don't show up at all if I come into vsftp via a browser, for example, and 'get' fails in a command-line ftp client. Other files originating from the local machine are served OK.
If I copy the downloaded file, vsftp shows the copy just fine but not the original; both files are in /var/ftp (the ftp server root.)The downloaded file had group and owner as '65534' so I did chgrp/chown root, but that made no difference. Reboot makes no difference; restarting the client or using a different client machine makes no difference.What am I missing or doing wrong? What doesn't vsftpd like about the downloaded files? This is happening on two separate machines, and I'm very puzzled.
View 3 Replies
View Related
Sep 29, 2009
After few hours working I can connect to ftp.And download files from the server.But I can not upload file or create directory.I checked my configure file several time could not figure it out.
# cat /etc/vsftpd/vsftpd.conf
anon_world_readable_only=NO
anonymous_enable=NO
[code]....
View 1 Replies
View Related
Mar 10, 2011
I try to get authentication working from remote LDAP server (Novell eDirectory)So far I can get correct info from id user or using ldapsearch (so the connectivity is there)But what do I need to configure to get authentication working for SSH login & vsftp login?
View 4 Replies
View Related
Oct 16, 2009
I'm trying to get my vsftp server to run. When ssl is disabled it works pretty fine, but after turning on I get the following error:
[Code]...
View 9 Replies
View Related
Feb 18, 2011
I have openSUSE installed on a laptop, and Debian on a workstation.They are linked via an unbranded British Telecom wireless homehub. The Debian workstation via physical ethernet wire, openSUSE lappy via wireless (NetworkManager).I have vsftpd running on Debian, which I can connect to from openSUSE fine, and begin to shift files. However after about a minute the wireless connection is lost, so the file transfer stalls. This happens every time I try, moving files in either direction.
I installed vsftp on openSUSE laptop and tried to use that as the server. The same thing happens; initially it works fine but after about a minute the wireless connection is lost again. I need to restart my wireless NIC each time to regain network connectivity.
View 8 Replies
View Related
Apr 10, 2009
My boss give me a task :We have a FTPServer using VsFTP , with each of user get one home dir to upload.But now , he have a folder Projects...This folder can be Read-Write permission for Bob and Peter...Read only with Jeni , ZaoChing, Richo , no anonimous access !
View 3 Replies
View Related
Aug 4, 2010
I have a user who just got a new laptop and when he connects to the FTP server, it verifies his username and password like it should, but when it goes to do the directory listing, it just kinda sits there. if i refresh the view, the folders show up. wonder if there's something in a log somewhere for vsftp i should be looking at. it could just be his ftp client or air card too, but i want to be thorough on the server too becuase it will help me learn.
View 2 Replies
View Related
Oct 2, 2010
i want to create a new account for vsftpd server, say ftpuser1 is userid and password is abc123...i want to give full permission to a directory /documents...where user can add,edit,delete document easily via ftp connection.rest no other ftp users i want to connect it. how best it can be achive what i need to do it.i have install ftp server in centos 5.5
View 2 Replies
View Related
May 24, 2011
vsftp dose not work in my machine. I try to restart vsftp by command
Code: sudo /etc/init.d/vsftpd restart but it failed:
Code: Shutting down vsftpd done Starting vsftpd startproc: exit status of parent of /usr/sbin/vsftpd: 1 failed
View 9 Replies
View Related
Oct 24, 2010
when uploading a couple of files via ftp, it fails with
[code]...
But when performing this I got FATAL: Module capability not found. So what I'm using is openSuSE11.2 with 2.6.31.14-0.2-default kernel. Vsftp version is 2.0.7-5.2.1 How can I introduce this capability module into the kernel? Or do I not need it?
View 1 Replies
View Related
Feb 20, 2010
I have an Ubuntu 9.10 server and i need to use an ftp server. I installed vsftp but i can't make it to work. What doesn't work is that can't login to the ftp server with my user(s).I created a user ("AddressBookUser") that should access to some files located on "/var/www/fpt/rubriche/". I set this folder as his home.Here is the row for this user in /etc/passwd:
Quote:
AddressBookUser:x:1001:1002::/var/www/ftp/rubriche:/bin/false
This user is member of the group "rubriche_ro" (and no other groups).This is my /etc/vsftp.conf:
Quote:
listen=YES
#listen_ipv6=YES
#
anonymous_enable=YES
[code]...
vsftpd.chroot_list exists, but as you see above the chroot_list_file directive is disabled.When i try to connect to the FTP server the connections is established but after i insert "AddressBookUser" as user name and confirm i get a "530 permission denied" message. This occurs both from the network (LAN) computers and locally:
Quote:
webs@webs:/etc$ ftp localhost
Connected to localhost.
220 Welcome to WEBS FTP service!
[code]...
I can't figure out what is the problem but my thought was that it's a problem related to the user configuration rather than vsftp configuration, but it's only my supposition. If i try to login with the "main" user of my Ubuntu server, "webs" i can login correctly.
View 18 Replies
View Related
Feb 21, 2011
I have a vsftp server running, and we have problems sporadically where people (not the person who uploaded the file) cannot delete files uploaded from OSX machines. We never have this problem with files uploaded by PCs. Anyone ever heard of this or know what I should check? The users uploading the files all belong to the same group. Also, I think if you log in to the FTP server with another OSX machine, it will let you delete them. I'm looking at the folders now, they have drwxrwxr-x. When i try to delete them from a PC, it gives me a 550 Remove directory operation failed.
View 14 Replies
View Related
Dec 27, 2009
Does anyone other then me observe he weird thing with the keyboard, every now and then keyboard behaves as if a key is stuck and - say I'm on console - it keeps printing the same character.I have been seeing this since F12 - alpha
View 10 Replies
View Related
May 27, 2011
Just upgraded Fedora 14 to 15 using preupgrade in Virtualbox on Windows 7. Now it sticks on progress bar and fedora 15 label. How to see fedora boot log, login to rescue shell or whatever and find out what's wrong with it?
View 1 Replies
View Related
Apr 29, 2010
I have just installed Fedora 12. It is booting properly right-away after installing (as a part of installing process). But when i am trying to boot it after taking out the CD, it is geting stuck even before asking for login.I am having dual boot in my system. The other OS is Windows 7 what might be the problem and how to overcome it?
View 2 Replies
View Related
Jun 28, 2011
I tried installing nvidia drivers by the rpm method as has been suggested and after installation the computer does not have a GUI interface. It freezes at the Splash screen. Although i can still use the command line terminal.
View 8 Replies
View Related