similar to: [Bug 3827] New: UnusedConnectionTimeout hit early after ChannelTimeout

Displaying 20 results from an estimated 1200 matches similar to: "[Bug 3827] New: UnusedConnectionTimeout hit early after ChannelTimeout"

2024 Mar 14
1
ChannelTimeout setting
Hi, I am trying to understand the ChannelTimeout option and whether it should work as I expect. I intended to use it to terminate inactive sessions, e.g. where no keystrokes / output is sent or SFTP sessions with no commands or data transfer. For testing I am using OpenSSH_9.6p1 Debian-5, OpenSSL 3.1.5 30 Jan 2024 both as the server and client. I set the following options in sshd_config:
2024 Dec 06
0
[Bug 396] sshd orphans processes when no pty allocated
https://bugzilla.mindrot.org/show_bug.cgi?id=396 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |FIXED CC| |djm
2016 Oct 20
8
[Bug 2627] New: Documentation update: semantic of ClientAliveCountMax 0 unclear
https://bugzilla.mindrot.org/show_bug.cgi?id=2627 Bug ID: 2627 Summary: Documentation update: semantic of ClientAliveCountMax 0 unclear Product: Portable OpenSSH Version: 7.3p1 Hardware: All OS: All Status: NEW Severity: trivial Priority: P5 Component: sshd
2006 Oct 24
1
python-interactive for CentOS/EL 4
Hi all, Could anyone point me in the right direction for a package that provides the 'interactive' module for Python? I need to do some SSH stuff in Python so I grabbed python-paramiko from RPMForge (as always, thanks Dag & co.). Paramiko appears to be dependent on python-crypto but the RPM doesn't require it.. [wmcdonald at willspc ssh]$ ./demo.py Traceback (most recent call
2020 Jul 18
2
[Bug 3196] New: [Information Disclosure] OpenSSH_7.4p1 Raspbian-10+deb9u7 discloses OS version
https://bugzilla.mindrot.org/show_bug.cgi?id=3196 Bug ID: 3196 Summary: [Information Disclosure] OpenSSH_7.4p1 Raspbian-10+deb9u7 discloses OS version Product: Portable OpenSSH Version: 7.4p1 Hardware: Other OS: Other Status: NEW Severity: security Priority: P5
2018 May 02
0
CESA-2018:1124 Critical CentOS 6 python-paramiko Security Update
CentOS Errata and Security Advisory 2018:1124 Critical Upstream details at : https://access.redhat.com/errata/RHSA-2018:1124 The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: b3d780db118ae3d20d0b42094fbb9568f2392ab1d1fda44c5a706137e89c57c7 python-paramiko-1.7.5-4.el6_9.noarch.rpm x86_64:
2018 Nov 05
0
CESA-2018:3406 Critical CentOS 6 python-paramiko Security Update
CentOS Errata and Security Advisory 2018:3406 Critical Upstream details at : https://access.redhat.com/errata/RHSA-2018:3406 The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: ba22dc027fdb5a2399c658d74ec55e6efe08225d65e9aaf3ff5837319c0a67eb python-paramiko-1.7.5-5.el6_10.noarch.rpm x86_64:
2018 Nov 09
0
CentOS-announce Digest, Vol 165, Issue 1
Send CentOS-announce mailing list submissions to centos-announce at centos.org To subscribe or unsubscribe via the World Wide Web, visit https://lists.centos.org/mailman/listinfo/centos-announce or, via email, send a message with subject or body 'help' to centos-announce-request at centos.org You can reach the person managing the list at centos-announce-owner at centos.org When
2018 Dec 13
0
CESA-2018:3347 Critical CentOS 7 python-paramiko Security Update
CentOS Errata and Security Advisory 2018:3347 Critical Upstream details at : https://access.redhat.com/errata/RHSA-2018:3347 The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) x86_64: 5e182d8c7c3113c3a457c4fe4393471bfffed560a7187afac92a80f5ca72b81e python-paramiko-2.1.1-9.el7.noarch.rpm
2021 Nov 10
7
[Bug 3362] New: [RFE] Implement a mechanism to disconnect idle users
https://bugzilla.mindrot.org/show_bug.cgi?id=3362 Bug ID: 3362 Summary: [RFE] Implement a mechanism to disconnect idle users Product: Portable OpenSSH Version: 8.8p1 Hardware: Other OS: Linux Status: NEW Severity: enhancement Priority: P5 Component: ssh Assignee:
2010 Apr 22
0
New version of the XCP migration utility now available at xen.org
Hi all, Version 1.2 of the XCP migration utility is now available at: http://www.xen.org/products/cloud_projects.html Release highlight is the ability to migrate PV VMs that load kernel/ramdisk from the Dom0(without pygrub). In order for the script to automatically SFTP the kernel/ramdisk to the server( using --sftp ), you will need the paramiko module: http://www.lag.net/paramiko. You can
2018 May 03
0
CentOS-announce Digest, Vol 159, Issue 1
Send CentOS-announce mailing list submissions to centos-announce at centos.org To subscribe or unsubscribe via the World Wide Web, visit https://lists.centos.org/mailman/listinfo/centos-announce or, via email, send a message with subject or body 'help' to centos-announce-request at centos.org You can reach the person managing the list at centos-announce-owner at centos.org When
2024 Aug 26
6
[Bug 3723] New: sshd failed to close session when client specifies no remote command
https://bugzilla.mindrot.org/show_bug.cgi?id=3723 Bug ID: 3723 Summary: sshd failed to close session when client specifies no remote command Product: Portable OpenSSH Version: 8.0p1 Hardware: amd64 OS: Linux Status: NEW Severity: minor Priority: P5 Component: PAM
2024 Jan 08
14
[Bug 3650] New: [RFE] Implement a global channel timeout mechanism
https://bugzilla.mindrot.org/show_bug.cgi?id=3650 Bug ID: 3650 Summary: [RFE] Implement a global channel timeout mechanism Product: Portable OpenSSH Version: 9.5p1 Hardware: All OS: OpenBSD Status: NEW Severity: enhancement Priority: P5 Component: ssh Assignee: unassigned-bugs
2025 Feb 17
0
Agent Forwarding and (Crypto-Tunnel-Interrupting) Proxies / Jump Hosts
Hello, today our remote access to a platform got switched from direct SSH over to an "audit capable" proxy (read: supposedly decrypts and re-encrypts the data passing through), which makes it necessary that we always forward the agent so that the proxy -> target SSH connection can get authenticated as well. I noticed two side effects and would like to ask whether there are
2012 Nov 06
0
Semantics of known_hosts file
Hi everyone, I am trying to get Debian bug #668239 [1] resolved, which is concerned with the way paramiko (a SSH implementation in Python) deals with OpenSSH's known_hosts file when non-standard ports are used. Hence, I want to make sure that I correctly understand OpenSSH's behaviour. If this is not a topic for this list, please point me to a more appropriate list. As far as I can
2024 Mar 11
0
Announce: OpenSSH 9.7 released
OpenSSH 9.7 has just been released. It will be available from the mirrors listed at https://www.openssh.com/ shortly. OpenSSH is a 100% complete SSH protocol 2.0 implementation and includes sftp client and server support. Once again, we would like to thank the OpenSSH community for their continued support of the project, especially those who contributed code or patches, reported bugs, tested
2024 Mar 11
1
Announce: OpenSSH 9.7 released
OpenSSH 9.7 has just been released. It will be available from the mirrors listed at https://www.openssh.com/ shortly. OpenSSH is a 100% complete SSH protocol 2.0 implementation and includes sftp client and server support. Once again, we would like to thank the OpenSSH community for their continued support of the project, especially those who contributed code or patches, reported bugs, tested
2025 Jan 17
5
[Bug 3777] New: error: kex_exchange_identification: Connection closed by remote host
https://bugzilla.mindrot.org/show_bug.cgi?id=3777 Bug ID: 3777 Summary: error: kex_exchange_identification: Connection closed by remote host Product: Portable OpenSSH Version: 9.2p1 Hardware: amd64 OS: Linux Status: NEW Severity: normal Priority: P5 Component: ssh
2024 Mar 06
1
Call for testing: OpenSSH 9.7
On Tue, Mar 05, 2024 at 11:24:28AM +1100, Damien Miller wrote: > > Hi, > > OpenSSH 9.7p1 is almost ready for release, so we would appreciate testing > on as many platforms and systems as possible. This is a bugfix release. > > Snapshot releases for portable OpenSSH are available from > http://www.mindrot.org/openssh_snap/ > > The OpenBSD version is available in