Displaying 20 results from an estimated 10000 matches similar to: "Limiting simultaneous sftp downloads.."
2009 Sep 10
0
Multiple (multiplexed) simultaneous ssh connections - Cygwin bug?
Hello,
I've see you answered a problem with simultaneous ssh connections in cygwin.
The version I'm using is CYGWIN_NT-5.2
I've change the sshd_config and put the Parameter maxsessions 100 in it.
But it doesn't work. Ich have still 10 limited ssh session at onen time.
I need at least approx 100 to fix our specific problem.
I've also tried mas_ssh_starts=100 but this prevent
2006 Nov 08
4
[Bug 1258] sftp-server run although Subsystem disabled
http://bugzilla.mindrot.org/show_bug.cgi?id=1258
Summary: sftp-server run although Subsystem disabled
Product: Portable OpenSSH
Version: 4.3p1
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: sftp-server
AssignedTo: bitbucket at mindrot.org
ReportedBy:
2016 May 09
3
Cannot get sftp transfers to log in the systemd journal
I'd like to have sshd write entries into the systemd journal logging sftp transfers. From googling, it seems that one needs to edit /etc/ssh/sshd_config adding this line:
Subsystem sftp /usr/lib/ssh/sftp-server -f AUTH -l VERBOSE
I can transfer files via filezilla (sftp) but I don't get anything in `journalctl -u sshd` that shows these transfers, just a few lines showing I connected.
2010 May 27
1
Limit number of simultaneous sftp-server connections from same ip
Hello all,
I would like to ask a short question about the configuration
capabilities of sshd / sftp-server.
I want to limit the number of connections (or instances) to an
sftp-server a user can spawn from the same ip address.
The reason is that multiple connections overload by box (connection).
My first idea was to move control of sftp-server to xinetd. There I
could maintain control of such
2007 Aug 15
2
SFTP error (perhaps due not to using passive mode?)
I'm getting a weird error when I try to sFTP on a CentOS box (which I don't
have root access).
when I run:
sftp -oPort=990 user at host.domain.com
I get the following error, which I suspect is a result of not being in
"passive mode" (which works when I use Filezilla on Windows)
Connecting to host.domain.com
ssh_exchange_identification: Connection closed by remote host
2017 Sep 06
2
Disallow some sftp commands
Hello,
Couple of days ago, I received a request from a customer.
He wants to provide sftp users access to a directory tree containing files.
The users must have full rights, but he also wants to avoid moving or
deleting directories. This is mostly to prevent mistakenly drag and
drop from user's graphical client (Filezilla).
Said differently, he wants to protect the directories organization.
2014 Jun 25
4
SFTP &
Hello List.
?
i?m trying to setup a limited SSH server with SFTP.
The requirements:
-????????? There are users to whom only SFTP should be available. (sftp-only group)
-????????? There are users to whom SFTP and shell access should be available (admin group)
-????????? SFTP clients have to authenticate with username and password
-????????? shell users have to authenticate with private key.
2024 Feb 06
2
[Bug 3664] New: sftp
https://bugzilla.mindrot.org/show_bug.cgi?id=3664
Bug ID: 3664
Summary: sftp
Product: Portable OpenSSH
Version: 9.4p1
Hardware: amd64
OS: Mac OS X
Status: NEW
Severity: minor
Priority: P5
Component: scp
Assignee: unassigned-bugs at mindrot.org
Reporter: rossmck at
2016 May 10
2
Cannot get sftp transfers to log in the systemd journal
> On 05/09/2016 06:10 PM, John wrote:
>
>> I'd like to have sshd write entries into the systemd journal logging
> sftp transfers. From googling, it seems that one needs to edit
> /etc/ssh/sshd_config adding this line:
>>
>> Subsystem sftp /usr/lib/ssh/sftp-server -f AUTH -l VERBOSE
>>
>>
>> I can transfer files via filezilla (sftp)
2017 Sep 26
2
tweaking max sessions / scaling
Other than cranking up logging to debug2, is there a way to better tune
logging on a server to see if I am running into max sessions ? On
FreeBSD RELENG11 I am periodically seeing connections being refused-
3way handshake not completing or completing and then FINs.
Typically, I have a hundred or so connections at one time, but they can
bounce up to a few hundred on occasion. Without leaving the
2016 May 20
4
Directory listing fails for specific user
Hello,
We have recently had a new problem with one of the users on one of our servers.
Filezilla claims it connects and authenticates, but then fails to list the directory (although no error message is output, it just eventually times out. There is the full output of filezilla located here: http://pastebin.com/tAVcSP8Y.
>From the server side, the most verbose output I can make it print can
2015 Feb 20
2
which are the exact effects of MaxSessions
Hey.
I wondered a bit which the exact effects of MaxSessions are.
The documentation says:
Specifies the maximum number of open sessions permitted per net?
work connection. The default is 10.
And it apparently seems that setting e.g. the following in sshd_config:
MaxSessions 0
=> no logins possible at all
MaxSessions 1
=> control channel muxing basically
2016 Jan 23
5
[Bug 2531] New: MaxSessions config parameter name is highly ambigious
https://bugzilla.mindrot.org/show_bug.cgi?id=2531
Bug ID: 2531
Summary: MaxSessions config parameter name is highly ambigious
Product: Portable OpenSSH
Version: 7.1p1
Hardware: All
OS: Linux
Status: NEW
Severity: normal
Priority: P5
Component: sshd
Assignee: unassigned-bugs at
2008 Aug 30
1
Exiting ssh when MaxSessions=0
Hi,
I've been experimenting with MaxSessions=0 in the sshd_config and have
encountered one unfortunate problem. Once the client authenticates to
the server, it ceases to respond to keyboard input.
At first glance, it looks like the client is in a hung state and does
not time out. If port forwarding was requested on the command-line and
the server accepts the request, that continues to work.
2016 Jan 24
2
[Bug 2532] New: MaxSessions config parameter name is highly ambigious
https://bugzilla.mindrot.org/show_bug.cgi?id=2532
Bug ID: 2532
Summary: MaxSessions config parameter name is highly ambigious
Product: Portable OpenSSH
Version: 7.1p1
Hardware: All
OS: Linux
Status: NEW
Severity: normal
Priority: P5
Component: sshd
Assignee: unassigned-bugs at
2004 Jun 17
4
SFTP
I'm having problems with a new install of Asterisk (I had to reinstall
because hard drive failed). I've used debian net install this time and
for some reason WS FTP will not connect using SFTP (it keeps coming back
with username and password fail) but when I use Putty to connect with
the same password and username it works no problems.
Any thoughts?
Any other programs I can use for
2005 Oct 11
3
Can you reproduce this bug on wine-20050930 like me?
Can you reproduce this bug? Follow these steps:
1. Install Filezilla:
http://prdownloads.sourceforge.net/filezilla/FileZilla_2_2_16_setup.exe?download
2. FTP into the server of your choice
3. Click and drag files from the server to your local
machine (to copy them)
4. Realize now that even though the files have been
copied to your machine, you are still dragging the
files around
If you can
2008 Jul 22
0
Announce: OpenSSH 5.1 released
OpenSSH 5.1 has just been released. It will be available from the
mirrors listed at http://www.openssh.com/ shortly.
OpenSSH is a 100% complete SSH protocol version 1.3, 1.5 and 2.0
implementation and includes sftp client and server support.
We have also recently completed another Internet SSH usage scan, the
results of which may be found at http://www.openssh.com/usage.html
Once again, we
2008 Jul 22
0
Announce: OpenSSH 5.1 released
OpenSSH 5.1 has just been released. It will be available from the
mirrors listed at http://www.openssh.com/ shortly.
OpenSSH is a 100% complete SSH protocol version 1.3, 1.5 and 2.0
implementation and includes sftp client and server support.
We have also recently completed another Internet SSH usage scan, the
results of which may be found at http://www.openssh.com/usage.html
Once again, we
2012 Sep 26
1
RCURL ftp upload - ASCII or Binary type?
I'm trying to upload a file using RCURL:s ftpUpload() to a ftp-server using the following command:
> ftpUpload("'VERY.ODD.FILE.NAME(+1)'",to="ftp://x.x.x.x/","' VERY.ODD.FILE.NAME(+1)'",userpwd="USER:PASSWORD")
OK
0
The file I'm trying to upload is a very simple text-file but with a bit weird filename. Note the ' on each