Displaying 20 results from an estimated 2000 matches similar to: "[Bug 2098] New: sftp doesn't handle '#' within filenames for transfer"
2007 Dec 08
6
[Bug 1398] New: slave ssh sessions enter a never-ending blocking state
https://bugzilla.mindrot.org/show_bug.cgi?id=1398
Summary: slave ssh sessions enter a never-ending blocking state
Classification: Unclassified
Product: Portable OpenSSH
Version: 4.7p1
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: ssh
AssignedTo: bitbucket at
2008 Sep 08
3
OpenSSH 5.1p1 - trouble connecting to ILO board
Hello,
Recently, the FreeBSD base system OpenSSH was upgraded to
OpenSSH_5.1p1 FreeBSD-20080901, OpenSSL 0.9.8e 23 Feb 2007
Before the upgrade, with
OpenSSH_4.5p1 FreeBSD-20061110, OpenSSL 0.9.7e-p1 25 Oct 2004
I had no troubles connecting to the ssh server built-in into the
HP Proliant G5 ILO management board, authenticating by id_dsa,
v2 protocol. On that board, ssh server greets with
2007 May 14
1
sftp chroot not working
Hi,
I have configured and installed openssh-4.5p1-chroot on my aix server
5.3-05.
I am able to chroot during ssh connections but when trying to chroot an
sftp connection I am getting the error below:
Any ideas?, I have modified the session.c file, reconfigure and
re-install without any luck. (regular sftp users are not being affected)
sftp -1Cv chr at puff
Connecting to puffin...
2006 Nov 20
10
[Bug 1263] connection sharing often freezes
http://bugzilla.mindrot.org/show_bug.cgi?id=1263
Summary: connection sharing often freezes
Product: Portable OpenSSH
Version: v4.5p1
Platform: PPC
OS/Version: Mac OS X
Status: NEW
Severity: major
Priority: P2
Component: ssh
AssignedTo: bitbucket at mindrot.org
ReportedBy: vincent at
2012 May 10
2
when is the o.s. considered to be at a certain minor version? Or, is it safe to apply only certain package updates from the next release version?
Two related questions about the minor release numbers (e.g. the 'x' in 5.x or 6.x) :
1) What constitutes the o.s. being at a particluar minor release? Typically, when you install you are getting a package set available from a specific minor release number. But what minor release is the o.s. at if I just update the centos-release package, and no other package? Typically, a 'yum
2012 Aug 09
3
dovecot rpm packages for CentOS ?
Hello all again,
Has anyone any idea how to get the latest dovecot version for CentOS
5.8 or 6.2 32-bit OS ?
I did a quick search and found out that the official version of dovecot
for CentOS v5.8 is 1.0.2 (!!).
Any repos ? Any ideas :-) ?
Thank you all,
spyros
?
----
"I merely function as a channel that filters
music through the chaos of noise"
- Vangelis
2007 Dec 08
1
MAX_SESSIONS Increase Impact
I'm hoping this is the the right location for this question....
I've been working with some developers that are desiring to use the
multiplexing capabilities of OpenSSH, but have hit the default limit of
10. I've seen some discussions of increasing this default limit
previously and have noticed that some of the Linux distros have
increased the number to 64; I'm curious of the
2012 Dec 14
1
SSH 5.8p1 hang in kernel mode / AIX 7.1
Hello,
An AIX machine runs a program that forks ssh client in order to
launch commands on a remote. I'm first seting up a Master connection
with a ControlPath, then using that connection to launch various
commands on the remote, and killing the master by issuing a
"-O exit" command.
SSH client version on that machine is :
# ssh -V
OpenSSH_5.8p1, OpenSSL 0.9.8r 8 Feb 2011
#
2012 Mar 30
1
IPv6 routing failure on CentOS5
I can't get IPv6 routing to configure correctly despite everything I've read saying it should
This is my network config on a fully-updated CentOS 5.8 system:
# cat /etc/sysconfig/network
NETWORKING=yes
NETWORKING_IPV6=yes
HOSTNAME=my.hostname.com
GATEWAY=aaa.bbb.ccc.ddd
IPV6_DEFAULTGW=2a02:aaaa.bbbb::1
IPV6_DEFAULTDEV=eth0
# cat /etc/sysconfig/network-scripts/ifcfg-eth0
2012 May 03
1
Strange behaviour of ssh client on arch
Hi,
I don't know, if this is a developer question, but it is too strange for
the user list and maybe a possible bug. My setup is a little bit
complicated, but I will try to explain as simple as possible. I've got 3 server:
All Server:
System: Debian 6
Interfaces on server1: eth0 tun0 tun1
$ ssh -v
OpenSSH_5.5p1 Debian-6+squeeze1, OpenSSL 0.9.8o 01 Jun 2010
Server 1 is for connecting
2007 Mar 01
11
Call for release testing.
Hi All.
We are planning on doing one of our regular OpenSSH releases (4.6/4.6p1)
some time next week. This is a mostly a bugfix release, but there is
one new feature:
sshd now allows the enabling and disabling of authentication methods on
a per user, group, host and network basis via the Match directive in
sshd_config.
The bugs fixed are:
#52 ssh hangs on exit.
#1252 sftp returns 0 when
2020 Aug 13
0
[PATCH] drm/nouveau/gem: Use vmemdup_user() rather than duplicating its implementation
Hi Markus,
Thank you for the patch! Perhaps something to improve:
[auto build test WARNING on drm-intel/for-linux-next]
[also build test WARNING on drm-tip/drm-tip tegra-drm/drm/tegra/for-next linus/master drm/drm-next drm-exynos/exynos-drm-next v5.8 next-20200812]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use
2020 Jul 10
0
[PATCH] scsi: virtio_scsi: Remove unnecessary condition checks
On 10/07/20 08:32, Markus Elfring wrote:
>>>> + mempool_destroy(virtscsi_cmd_pool);
>>>> + virtscsi_cmd_pool = NULL;
>>>> + kmem_cache_destroy(virtscsi_cmd_cache);
>>>> + virtscsi_cmd_cache = NULL;
>>>> return ret;
>>>> }
>>>
>>> How do you think about to add a jump target so that the execution
2020 Jul 17
0
[PATCH V2 4/6] vhost_vdpa: implement IRQ offloading in vhost_vdpa
Hi Zhu,
Thank you for the patch! Perhaps something to improve:
[auto build test WARNING on vhost/linux-next]
[also build test WARNING on kvm/linux-next linus/master v5.8-rc5 next-20200716]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch]
url:
2020 Aug 24
4
[PATCH 0/2] drm/nouveau: Backport SOR/PIOR probing fixes for v5.8
These didn't apply cleanly to v5.8, so here's a backported version.
Lyude Paul (2):
drm/nouveau/kms/nv50-: Program notifier offset before requesting disp
caps
drm/nouveau/kms/nv50-: Log SOR/PIOR caps
drivers/gpu/drm/nouveau/dispnv50/core507d.c | 25 ++++++++++++++++-----
drivers/gpu/drm/nouveau/dispnv50/disp.c | 10 +++++++++
2 files changed, 29 insertions(+), 6 deletions(-)
2020 Jul 17
0
[PATCH] virtio_ring: use alloc_pages_node for NUMA-aware allocation
Hi Shile,
Thank you for the patch! Yet something to improve:
[auto build test ERROR on linus/master]
[also build test ERROR on v5.8-rc5 next-20200716]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch]
url:
2016 Oct 25
0
CESA-2016:2098 Important CentOS 7 kernel Security Update
CentOS Errata and Security Advisory 2016:2098 Important
Upstream details at : https://rhn.redhat.com/errata/RHSA-2016-2098.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
x86_64:
afb7e2a7c3a38185b99f092b70ec274888a5beb136a7e5077559cbd29b3f55d7 kernel-3.10.0-327.36.3.el7.x86_64.rpm
2020 May 21
0
CEBA-2020:2098 CentOS 7 nss-pam-ldapd BugFix Update
CentOS Errata and Bugfix Advisory 2020:2098
Upstream details at : https://access.redhat.com/errata/RHBA-2020:2098
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
x86_64:
e5b577fcc3948e75a53346b23c866b91e0a779f5fd419c985093d279899fa63d nss-pam-ldapd-0.8.13-22.el7_8.1.i686.rpm
2020 Jul 02
1
[PATCH 6/8] powerpc/pseries: implement paravirt qspinlocks for SPLPAR
Hi Nicholas,
I love your patch! Yet something to improve:
[auto build test ERROR on powerpc/next]
[also build test ERROR on tip/locking/core v5.8-rc3 next-20200702]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use as documented in
https://git-scm.com/docs/git-format-patch]
url:
[Bug 1917] New: Escape sequence (~) doesn't work right with ControlMaster/ControlPersist connections
2011 Jul 04
10
[Bug 1917] New: Escape sequence (~) doesn't work right with ControlMaster/ControlPersist connections
https://bugzilla.mindrot.org/show_bug.cgi?id=1917
Bug #: 1917
Summary: Escape sequence (~) doesn't work right with
ControlMaster/ControlPersist connections
Classification: Unclassified
Product: Portable OpenSSH
Version: 5.8p1
Platform: All
OS/Version: All
Status: NEW
Severity: normal