Displaying 20 results from an estimated 10000 matches similar to: "tech question "sftp to ftponly accounts""
2006 Jun 20
2
samba as a time server (newby question): time not updated
Colleagues,
I am trying to use my PDC as a time server.
time server = yes
upon login a group based scripts are executed. Scripts include line:
net time \\samba.server /set /yes
Time changes only if a user who logs was added Power Users Group on the
local machine.
My users belong to either staff, pgrads, ugrads, vis UNIX groups.
What do I need to do to ensure that time is synchronised on
2001 Feb 10
1
sftp-client.c warning clean up.
--- ../openssh/sftp-client.c Fri Feb 9 08:44:24 2001
+++ sftp-client.c Fri Feb 9 19:14:01 2001
@@ -331,7 +331,7 @@
error("Couldn't read directory: %s",
fx2txt(status));
do_close(fd_in, fd_out, handle, handle_len);
- return(NULL);
+ return(0);
}
} else if (type != SSH2_FXP_NAME)
fatal("Expected SSH2_FXP_NAME(%d) packet, got %d",
2001 Feb 18
1
sftp enhancements
Hello all,
Just tested sftp for the first time. Looks neat, thanks for the work :-)
However, there's still some stuff to be done before ftp can be thrown into
the garbage bin and never taken out again, for example:
- file name globbing with e.g. 'get'
- tab completion with get etc.
- ability to pass parameters to 'ls', e.g. 'ls -t' (I'm not sure if the
2001 Mar 23
1
Restricted SFTP
As I have mentioned earlier on this list, I want to allow (relitivly)
untrusted local users to SFTP to my server, as a secure method of remote
file access.
What I would like to do is to keep users within their home directory. I
don't mind that it follows symlinks (if fact its probably a
requirement), but some basic restriction on what users can see/access
would be handy.
The check I
2001 May 25
1
sftp transfer status feedback?
>Is there a simple way to achieve this behavior? Is there a document on
>the sftp protocol somewhere?
http://search.ietf.org/internet-drafts/draft-ietf-secsh-filexfer-00.txt
--
Darren J Moffat
2001 Mar 15
3
Support for here documents with sftp client in OpenSSH 2.5.1p1-1 (RH Linux 6.2 [2.2.x kernel])
A question on the cutting edge sftp client in OpenSSH 2.5.1p1-1:
Is there a standard set of commands for sftp clients? I was hoping to use
sftp as a drop in replacement for some simple FTP transfer scripts. In
particular, the ftp client allows specifying the password in the "user"
command:
user <account> <password>
The scripts use here documents to perform the transfers.
2001 Mar 02
3
Sftp client improvements
Hello,
I want to know are there any plans on the sftp client (not server)
improvents?
Previously I was using ssh-2.4 packages (non-commercial) and they have
Fantastic
sftp client.
And when I've moved to openssh I found that openssh sftp client
functionality is more poor then ordinary ftp client have!
Here is some of the features I think, developers must concentrate on:
1. Include
2001 May 21
3
Strange interaction of sftp and protocol version 1
As I read the manpage, you need to enable Subsystems to have the server
support them.
[...]
Subsystem
Configures an external subsystem (e.g., file transfer daemon).
Arguments should be a subsystem name and a command to execute up?
on subsystem request. The command sftp-server(8) implements the
``sftp'' file transfer
2001 Feb 10
2
SNAP 20010209 fails to compile sftp on Slackware
Yo All!
openssh-SNAP-20010209.tar.gz fails to compile on Slackware. Patch at
the end of this message.
Here is the error:
gcc -o sftp sftp.o sftp-client.o sftp-common.o sftp-int.o log-client.o -L. -Lopenbsd-compat/ -L/usr/local/ssl/lib -L/usr/local/ssl -lssh -lopenbsd-compat -lcrypt -lz -lnsl -lutil -lcrypto -lwrap
openbsd-compat//libopenbsd-compat.a(bsd-arc4random.o): In function
2007 Jan 29
1
Accessing public folder without entering password.
Dear colleagues,
This is newbe question really.
I need to setup a "public" directory - aka when mounted from a windows
client from a particular subnet no questions are asked, all users have
"full control" over contents of the folder.
Setup
security = domain
Share configured as follows:
[goldsim]
comment = GoldSim license file area
path =
2001 Mar 15
3
Support for here documents with sftp client in OpenSSH 2.5.1p 1-1 (RH Linux 6.2 [2.2.x kernel])
Damien,
I was going down the path of public key authentication when I encountered
problems. I've been discussing it off-line using the simple example of
creating a key pair with no passphrase for an account on "myserver", then
trying to connect to myserver using the "ssh -i id_dsa myserver" command.
It's not working, so we're debugging now (see below). If you
2001 Mar 02
2
make 2.5.1p1 on Solaris8 (fwd)
Can a Solaris person take a look at this?
--
| Damien Miller <djm at mindrot.org> \ ``E-mail attachments are the poor man's
| http://www.mindrot.org / distributed filesystem'' - Dan Geer
---------- Forwarded message ----------
Date: Wed, 28 Feb 2001 12:33:48 +0200
From: owner-ssh at clinet.fi
To: ssh at clinet.fi
Subject: make 2.5.1p1 on Solaris8
Trying to build
2006 Jan 19
5
RoR still not working on SuSE 9.0 - incomplete headers received
Hi,
I''ve already posted my problem a few weeks ago on several forums, or
lists. I still have the same problem:
I have a SuSE 9.0 machine, Apache 2.x, ruby 1.8.4 I wanna get RoR
working with fastCGI.
I have installed different versions of fastCGI, have checked the
permissions of the fcgi-ipc directory, reinstalled everything and it
still doesn''t work.
In the browser window I
2001 Feb 06
16
sftp client
As of Sunday evening, OpenSSH has an interactive sftp client. It should
be in the more recent snapshots.
It would be appreciated if you could test new client and find all the
bugs :) Please also have a read of the manpage and ensure that it
matches what is implemented.
I am working on fixing the ones that I know about, so please try to
stay up to date with the snapshots.
Thanks,
Damien
2023 Dec 08
2
Non-shell accounts and scp/sftp
On Fri, 8 Dec 2023 at 07:39, Philip Prindeville
<philipp_subx at redfish-solutions.com> wrote:
[...]
> Problem is that if their default shell isn't sh, ash, dash, bash, zsh, etc. then things break.
> Is there a workaround to allow scp/sftp to continue to work even for non-shell accounts?
sftp should work regardless of the user's shell since it is invoked as
a ssh subsystem
2001 Apr 30
2
Add a couple .cvsignore files?
It would be nice if the CVS source had a .cvsignore file in the main
dir with the following items:
ssh scp sshd ssh-add ssh-keygen ssh-keyscan ssh-agent sftp-server sftp
configure config.h.in config.h config.status Makefile
ssh_prng_cmds *.out
Plus a .cvsignore file in openbsd-compat that ignored "Makefile".
..wayne..
2009 Jun 30
5
[Bug 1616] New: root owned empty subdirs are deletable by chroot users
https://bugzilla.mindrot.org/show_bug.cgi?id=1616
Summary: root owned empty subdirs are deletable by chroot users
Product: Portable OpenSSH
Version: 5.2p1
Platform: Other
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: sftp-server
AssignedTo: unassigned-bugs at mindrot.org
2001 Aug 11
3
determining whether passwd auth succeeds
Hi,
I'm writing a c++ wrapper around ssh for KDE, mainly for use in a sftp
client. My problem is when starting ssh with the sftp subsystem openssh
gives no indication that password authentication succeeded. This makes it
difficult for my wrapper to determine if the connection succeeded. Now
determining it didn't succeed can be done by checking for another password
prompt. The
2023 Dec 07
3
Non-shell accounts and scp/sftp
Hi,
We have a CLI that certain users get dropped into when they log in. One of the things they can go is generate certificates (actually .p12 key/certificate bundles) that they will then scp out of the box from another host.
Problem is that if their default shell isn't sh, ash, dash, bash, zsh, etc. then things break. Is there a workaround to allow scp/sftp to continue to work even for
2023 Dec 08
1
Non-shell accounts and scp/sftp
On 07/12/23, Philip Prindeville (philipp_subx at redfish-solutions.com) wrote:
> We have a CLI that certain users get dropped into when they log in. One of the things they can go is generate certificates (actually .p12 key/certificate bundles) that they will then scp out of the box from another host.
Off topic, and assuming the .p12 bundles need to be post-processed by clients for use by ssh,