search for: sftpd

Displaying 20 results from an estimated 22 matches for "sftpd".

Did you mean: sftp
2001 Apr 04
1
Solaris Install Inconsistency (Portable Release)
...the openssh2.5.2p2 server on one mashine, the clients network-wide. I had a problem with sftp and solved it, but maybe it is at least worth mentioning in the faq: By default, the sftp subsystem is commented out in the sshd_config. Simply removing the comment does not work because the path of the sftpd executable is wrong, in the config-file it is /usr/local/sbin/sftpd, but make install has installed it under /usr/local/bin/sftp-server. This took me a while to find out, because the log-facilities regarding sftp are somewhat poor. If i set Logging to DEBUG or VERBOSE nothing can be read in the aut...
2001 May 24
0
sftpd problems
Dear developers, I am using OpenSSH 2.9, portable and native OpenBSD versions, and having problems with the scp command. For some reason it fails. The same problem exists if using the SSH.com win/unix scp command. The OpenSSH FAQ says something about shell init files and I tried the ssh myhost /path/to/true stuff on my system and produced no output, stell I can't connect. Thanks in
2002 Oct 09
1
openssh-3.4p1 built on Tru64 Unix 5.1a - bug with sftpd
...each executable ( ssh, scp, sftp, etc. ) I must set the LIBRARY PATH. Also, since sftp is started from SSHD through the subsystem process, it cannot start, since it is relying also on LD_LIBRARY_PATH which is not necessarily set in the environment from which it starts. I got around this by wrapping sftpd in a csh script which I then reference in the sshd_config as the startup for the sftp subsystem. I tried using --with-ldflags and modifying the Makefile to find /usr/local/gnu/lib but without luck. I would really like to know how to build openssh for my alpha system to produce binaries tha...
2000 Dec 15
2
Even more secure FTP?
...hat OpenSSH 2.3.0 now has server support for F-Secure's Win32 FTP client. A problem I have run into a few times (and maybe others before me) is: I want to allow technically unsophisticated users to update their web pages without having to resort to running something like wu-ftpd on my system. SFTPD is a great solution for that since even a casual user can understand it's user interface (The Win32 scp client is not an acceptable solution in this case). SFTPD still leaves me with a few items on my wishlist that could be solved on the server side: - I would prefer it if some users would be...
2002 May 18
3
OpenSSH library
...diate use I could see for this is in writing a graphical SCP/SFTP client, since the GUI developer would not need to worry about re-implementing the security part, and could instead concentrate on the functionality and usability of the GUI client. Similarly, this could be used by someone writing an SFTPD, listening on a non-port-22, where SFTPD includes all the functionality of, say, wu-ftpd, or the openbsd ftpd, such as chroot, limits, etc, and does not need to create chroot jails with shells, etc in them for users that just want to transfer files. SFTPD users would have their own keyauth files,...
2000 Jul 20
3
sftp
Hi, What is the status on sftp ? People here who are not familiar with "command line ftp" would like to use the new spiffy graphical sftp provided with ssh.com new NT client. As we are planning on replacing all our sshd with openssh, we need sftpd as well. Thanks, Emmanuel -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.mindrot.org/pipermail/openssh-unix-dev/attachments/20000720/6cff9bf9/attachment.html
2000 Dec 04
1
Makefile bug in 2.3.0p1
Hi all, I just installed OpenSSH 2.3.0p1 on an HP-UX 10.20 box, and I'm psyched to try out sftpd. I found one bug in the Makefile. Under the host-key and host-key-force targets, ssh-keygen is called as '$(srcdir)/ssh-keygen'. This is fine if you configure and build in the source dir, but not if you build in a separate dir as I did in order to build several architechtures from one so...
2019 Jun 17
3
Fwd: Re: Fwd: Re: Kerberos and NTLMv2 authentication
On 17/06/2019 17:45, Edouard Guign? via samba wrote: > Hello, > > I do not know how should be nsswitch.conf configured. > What should I change in it according to "/you either do not have the > passwd, group and shadow lines or you have chosen not to show them/" ? > Something like this? added to nsswitch.conf ? > passwd : files > group : files > shadow : files
2018 Jan 04
2
SFTP chroot: Writable root
(this is the third try. In the previous mails the body was empty) Hi, I set up a chroot sftp server by following this guide: https://wiki.archlinux.org/index.php/SFTP_chroot Things work well, with one exception: The root directory is not writable. The above docs give a hint how to work around this. But this is just a work-around. In my context I need a writable (ch)root directory.
2024 Feb 01
14
[Bug 3662] New: Make logging of chrooted sftp sessions possible internally routed to local file, without /dev/log device
...e sftp session log of a user session could be routed internally directly e.g. to a local file "/var/log/sftp/%u.log" Here the problem and the current ugly and non-scaling inperformant workaround. You can see it also here: https://unix.stackexchange.com/questions/666641/howto-log-multiple-sftpd-servers-activity-which-users-chrooted-home-is-on-shar I have an Ubuntu server with sftpd running where /var/data/chroot/ is an NFS mount from a remote central NFS server, and each sftpd user's chroot home is /var/data/chroot/<username>/ and every user has a log device /var/data/chroot/&l...
2001 Feb 20
0
sftd problem on Tru64 Unix
I have a Digital Unix Version 4.0B and openssh works fine excect for sftpd. I can do most things things with sftp (copy files, change directories) but when I do an ls it drops the connection. This is with the most recent version of openssh "OpenSSH_2.5.1p1". I have included the output of sftpd -v -v . OpenSSH was complied with the gcc version 2.95.2 19991024 B...
2000 Sep 01
5
sftp
Yo All! I understand why we do not have sftp in openssh, but it would be nice if we could make it so that when an SSH.COM scp2 client makes a connection to an OpenSSH V2 daemon that it does not hang.... Any ideas or do I need to dig a bit on this? Here is what the sshd says when I conenct to it from scp2: debug: session_open: session 0: link with channel 0 debug: confirm session debug:
2002 Aug 22
2
rsync over ssl (again)
A while back, I asked if there had been any consideration in making rsync support direct ssl (as opposed to just ssh). I've been looking around for a secure way (e.g. encrypted, so passwords are never in the clear, and even content is obscured from sniffers) to allow a set of limited-trust users (limited-trust being defined as mostly customers, whom you trust with their own data, but not with
2019 Jun 17
0
Fwd: Re: Fwd: Re: Kerberos and NTLMv2 authentication
On my linux box (centos 7), I set Samba + Winbind against AD. But I also set SSSD against AD for an other purpose (sftp access). I am wondering if there is no risk to disable sftpd/sssd if I add winbind in /etc/nsswitch.conf Can Winbind and SSSD be installed on the same system if they are not used for the same purpose ? Le 17/06/2019 ? 13:58, Rowland penny via samba a ?crit?: > On 17/06/2019 17:45, Edouard Guign? via samba wrote: >> Hello, >> >> I d...
2005 May 26
0
SFTP SSH_FXF_TEXT file open flag
Are there any plans to support the SSH_FXF_TEXT file open flag (as specified in draft-ietf-secsh-filexfer-08.txt) in OpenSSH's sftpd? How about some of the other extensions (e.g. retrieving MD5 hashes and UTF-8 filenames)? Thanks for any info, -- Jim Matthews Fetch Softworks http://fetchsoftworks.com
2018 Jan 05
3
SFTP chroot: Writable root
On Fri, 2018-01-05 at 16:00 +1030, David Newall wrote: > On 05/01/18 02:44, Thomas G?ttler wrote: > > I set up a chroot sftp server [...] > > Is there a way to get both? > > > > - chroot > > > > - writable root > > The source code (sftpd.c) seems to require that the root directory > be > owned by root and not group or world writable, so I think, no, not > unless you make local source changes. Yes, you are right. The chroot directory can not be writable. We were there once and they called it CVE-2009-2904. In short, if t...
2019 Jun 17
2
Fwd: Re: Fwd: Re: Kerberos and NTLMv2 authentication
On 6/17/19 12:37 PM, Edouard Guign? via samba wrote: > On my linux box (centos 7), I set Samba + Winbind against AD. > But I also set SSSD against AD for an other purpose (sftp access). > > I am wondering if there is no risk to disable sftpd/sssd if I add > winbind in /etc/nsswitch.conf > > Can Winbind and SSSD be installed on the same system if they are not > used for the same purpose ? I'm wondering this myself. Regarding nsswitch.conf, the options are searched in order. So passwd: compat systemd sss...
2019 Jun 17
0
Fwd: Re: Fwd: Re: Kerberos and NTLMv2 authentication
...tz, Patrick G via samba wrote: > On 6/17/19 12:37 PM, Edouard Guign? via samba wrote: >> On my linux box (centos 7), I set Samba + Winbind against AD. >> But I also set SSSD against AD for an other purpose (sftp access). >> >> I am wondering if there is no risk to disable sftpd/sssd if I add >> winbind in /etc/nsswitch.conf >> >> Can Winbind and SSSD be installed on the same system if they are not >> used for the same purpose ? > > I'm wondering this myself. Regarding nsswitch.conf, the options are > searched in order. So > > &...
2009 Aug 28
8
[Bug 1637] New: Change the context when starting internal-sftp
...Status: NEW Severity: normal Priority: P2 Component: sftp-server AssignedTo: unassigned-bugs at mindrot.org ReportedBy: jchadima at redhat.com --- Comment #0 from jchadima at redhat.com 2009-08-28 15:38:36 EST --- The sshd run with ssdh_t context. The sftpd runs with sftpd_t context. Internal-sftp do not use exec.* (2) syscall, so there is a need to switch context manually. -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug.
2010 Jun 30
5
Possible feature request: sync_on_close mode for scp/sftp uploads
Hi all, First, my apologies if this is not the right forum for this... if there is a more appropriate place to make OpenSSH feature requests, or if this feature already exists, please let me know. Some background: My company makes an 'embedded' audio server box that runs Debian Linux, and one of the product's features is that users can upload files to the server via SSH, using their