Opened 18 years ago
Closed 7 years ago
#1168 closed Feature request (fixed)
openssh banners not displayed
Reported by: | hirschma | Owned by: | Alexander Schuch |
---|---|---|---|
Priority: | normal | Component: | FileZilla Client |
Keywords: | banner sftp | Cc: | hirschma, Alexander Schuch, Tim Kosse, amatthews@… |
Component version: | Operating system type: | Windows | |
Operating system version: | Windows 8,8.1,7 (x64), Linux Mint x64 |
Description (last modified by )
Login Banners displayed by the openssh sftp-server are
not displayed in the Filezilla client.
From my sshd_config:
Banner /etc/ssh/sshd-banner
The referenced banner displays when ssh'ing into the
server, and when using the sftp command from console as
well. Filezilla, however, seems to strip such banners out.
Change History (11)
comment:1 by , 18 years ago
comment:3 by , 18 years ago
Can you please try again with most recent version of FileZilla 2 or preferably even FileZilla 3 (beta)?
Furthermore, "man 5 sshd_config" says regarding "Banner" option: "This option is only available for protocol version 2." Maybe that could help?
comment:4 by , 17 years ago
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).
comment:5 by , 14 years ago
Cc: | added |
---|---|
Operating system type: | → Windows |
Status: | closed → reopened |
I see this issue. I can also reproduce with putty and sftp on a linux box. I am connecting to an openssh 1.0.0d server that is protocol 2 only.
FileZilla Client
Version: 3.4.0
Build information:
Compiled for: i586-pc-mingw32msvc
Compiled on: x86_64-unknown-linux-gnu
Build date: 2011-03-27
Compiled with: i586-mingw32msvc-gcc (GCC) 4.2.1-sjlj (mingw32-2)
Compiler flags: -g -O2 -Wall -g -fexceptions
Linked against:
wxWidgets: 2.8.12
GnuTLS: 2.10.4
Operating system:
Name: Windows NT 6.1 (build 7600)
Version: 6.1
Platform: 64 bit system
comment:6 by , 14 years ago
to clarify I can produce the correct result (banner seen) on psftp (putty) on the same windows host. I can also see the correct result using an sftp client from a linux box.
comment:7 by , 11 years ago
We're also experiencing this problem (filezilla 3.7.3) - it's a major issue for us, as we need to display a banner warning that the system is private and monitored. Basically, it means that at present we can't use filezilla.
Is anyone working on this issue?
comment:8 by , 10 years ago
Operating system version: | → Windows 8,8.1,7 (x64), Linux Mint x64 |
---|
Any plans to fix this bug? Banner works with alternative clients like WinSCP
comment:9 by , 10 years ago
Some Notes :
Putty is showing the banner correctly.
But the banner is showing only after the login is entered (see below)
There's a putty configuration option to control if putty displays the banner or not "ssh_show_banner"
login as: brunoramos
Debian GNU/Linux 7
#########################################################
This is a private and monitored system.
Disconnect IMMEDIATELY if you are not an authorized user!
#########################################################
brunoramos@192.168.122.17's password:
Access denied
brunoramos@192.168.122.17's password:
Linux debian-kvm 3.2.0-4-amd64 #1 SMP Debian 3.2.51-1 x86_64
The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.
Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
You have mail.
Last login: Sat Sep 6 16:16:57 2014 from 192.168.122.1
comment:10 by , 7 years ago
Keywords: | banner sftp added |
---|---|
Type: | Bug report → Feature request |
Triage suggestion
I have set up a Linux VM and can confirm that psftp and putty will display the login banner over SSH and SFTP. It appears that FileZilla Client doesn't display the login banner. Based on what I'm seeing in version 3.26.1 it appears that this is not a bug -- login banners appear to not be implemented. I'm changing the ticket type to "Feature request" as a result.
However, I suggest closing this ticket as "rejected" for lack of movement.
comment:11 by , 7 years ago
Description: | modified (diff) |
---|---|
Resolution: | → fixed |
Status: | reopened → closed |
Login banners have no semantic meaning, the protocol does not require that they be displayed.
Does the banner get displayed if using psftp from PuTTY?