OpenSUSE Network :: Vsftp Is The Same As SFTP?
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
ADVERTISEMENT
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
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
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
Jan 24, 2010
I`ve the following internet configuration at home -
WORLD
to
ADSL modem in BRIDGE mode with DHCP
[code]....
All internet browsing function are ok, but when I try to upload file using sftp to a remote compute - it hangs. This is not a problem of remote computer. Download is working ok. I disabled firewall on wireless router but this did not help.
View 1 Replies
View Related
Nov 16, 2009
Had my chroot jail all set up and working nicely in OpenSUSE 11.1, upgraded to OpenSUSE 11.2 and had to set:
Subsystem sftp internal-sftp
(which was:
Subsystem sftp /usr/lib64/ssh/sftp-server)
and:
ForceCommand internal-sftp
[Code]...
Of which with-pam is mandatory. I used prefix to put the binaries in a place that would not conflict with the standard distribution, this meant I also needed to change /etc/init.d/sshd so that it referenced the newly compiled version of sshd, and copy /etc/ssh/sshd_config to /opt/etc/sshd_config.
View 9 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
Apr 13, 2011
i have a vsftpd server running well but i want to make/force all users to use sftp and not just ftp is this possible?
View 1 Replies
View Related
Feb 15, 2010
I run some IT systems for my schools Engineering student organization.
We are upgrading our systems and I just purchased a new server system which I am configuring.
I am using Ubuntu 10.04 Lucid Lynx and the new likewise-open packages.
The points I bring up following this sentence are to fulfill this final goal : Get SFTP, SSH, and Network Share's over our private network all using the schools Active Directory for auth and it's groups to derive privs.
So... Here's what i've done and what i've tried to do.
1 ) I set up likewise-open and got it to join the domain. When I do this I can ssh to localhost as 'schoolnetworkADname'. So that part works (hurray). To get a network share to use these same auth methods I have tried installing likewise-open-server. Everything launches find and the daemons run, but when I go into computer management on a windows server to set up the actual shares, I get permission denied. The account it is giving permission denied to is the same AD account that join likewise-open to the network, so... what is going on.
2 ) Samba, fail. I can't seem to get samba to run on this machine at all, which is strange because even my Samba expert was puzzled. It just won't let Samba join the domain properly, and due to this, I want to keep on the newer likewise package... unless I have to switch to this.
How I can get the lame likewise-open-server to work?
View 1 Replies
View Related
Mar 3, 2010
I need to set up ssh/sftp/network shares all authenticating with AD. I want to use likewise to do the auth, but to mount the network shares I need to use an older version of samba so it can connect with likewise.How can I go about installing an older version of samba onto this new distro of the OS? I've tried installing the lenny and etch versions but I always get an error during install just saying that samba errored.
View 4 Replies
View Related
Jul 6, 2011
I'm new around here and pretty new to ubuntu and linux in general. I am setting Up an sftp server. I set it up using openssh and it worked fine for a few months. Then recently we experienced a power outage. Now the server will boot fine, all users can login locally, but when they try to login remotely they enter their user info and then are denied with some generic network error. Again, being a noob at this I tried to trouble shoot this a little bit but I'm not quite sure what to look for. I believe the ssh service is running but I don't know what else to look for.
View 9 Replies
View Related
Apr 28, 2010
I forwarded my port 22 so i can access my ssh console on my mac or Windows (using ssh secure shell client for Windows by the company SSH). On Windows i can transfer the files no problem. Now on my mac's Finder ( that supports sftp natively ) i can't access the sftp is any configuration i need to make?
View 4 Replies
View Related
Apr 13, 2010
it's as the title sayes i can sftp into the ip address ok but if I put the computor name instead I get return
Code:
ssh: Could not resolve hostname server: Name or service not known Couldn't read packet: Connection reset by peer hopesome1 knows a round this
View 1 Replies
View Related
Jan 27, 2011
I have a sles 10 server that I need an iseries 5 client to make an sftp connection to. I'm getting the following error in the /var/logs/message log:
[Code]...
View 1 Replies
View Related
Jul 24, 2011
As a Windows user, I generated a pair of DSA keys from CoreFTP Lite and sent it to a third party that runs an SFTP server. They told me that a valid DSA key needs to have ssh-dsa at the start and the username@systemname at the end. CoreFTP generated neither the ssh-dsa header nor the username@systemname footer. I tried with WinSCP and it didn't generate them either. Is there a difference between how SFTP works between Windows and Linux? If I put a useraccount@systemname at the end of the text will it work? How would the Linux system validate that my system is called "systemname"? If it can't validate, what is the purpose of adding it?
View 2 Replies
View Related
Feb 22, 2009
When I try to connect to my PC with sftp, the connection closes right away. Connect with ssh works flawlessly, and so does fish:// ! I run openSUSE 11.1
[Code]....
View 7 Replies
View Related
Oct 21, 2010
VERY new to linux, erm but I have an issue that needs solving!I recently moved to university, where their network blocks sftp port 22, this means that I cannot connect to my FTP server which is running a version of linux.Now I've got this ftp server connected to a seedbox and it was created using the following walk through..Code:I have written this guide for a friend, but I though it would be useful for others as well.
There are several guides floating around, but I found that most always cock up in some way. This one is tried and tested to work on Debian Etch (on an OVH rps, but should apply to most servers).If there is a new stable release of rtorrent/libtorrent then I will update this guide to show you how to update it (without reinstalling the whole server).
At the bottom there are also instructions to install ftp access & some network monitoring software.Basically, I would really like someone to be able to construct the commands on how to change the listen port for sftp connection on linux or add another port to the list that Linux would use so that I could put in through putty.
View 2 Replies
View Related
Sep 10, 2010
This started after my upgrade to 11.3, if I remember correctly. I may have it slightly wrong because I don't drag & drop copy every day, but it's close. Also, it happened to my laptop & desktop both.
I use fish & Krusader to manage some 50-60 servers and it's a dandy app. But now, when I try to copy files to remote servers, I get the following error. I tried it with Konqeror. I tried it with sftp instead of fish. Same results every way.
I've tried searching, but it's not an obvious error message to search for. I'm flummoxed. And sorta frustrated. Linux would be so slick minus these irritating regressions. I had been using WinSCP / Putty, but the Terminal / Krusader I like much better --- except that WinSCP always works.
Here's the screenshot of my error. You can't see it through the blur, but the part that is baffling is that the top line says something like:
this action will overwrite fish://root@server:2222/ with a newer file fish://root@192.168.5.10:2595/.asterisk_history. Notice that the remote server doesn't even HAVE that file on its system.
Selecting Overwriting just freezes Krusader.
View 6 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
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
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
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
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
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
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