search for: channel_clear_timeout

Displaying 5 results from an estimated 5 matches for "channel_clear_timeout".

Did you mean: channel_clear_timeouts
2024 Apr 22
0
OpenSSH 9.6 client is stuck
...-name" On the client side (working): debug1: Reading configuration data /etc/ssh/ssh_config debug1: /etc/ssh/ssh_config line 47: Applying options for * debug2: resolve_canonicalize: hostname 10.0.0.6 is address debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling debug3: channel_clear_timeouts: clearing debug3: ssh_connect_direct: entering debug1: Connecting to 10.0.0.6 [10.0.0.6] port 1022. debug3: set_sock_tos: set socket 3 IP_TOS 0x48 debug2: fd 3 setting O_NONBLOCK debug1: fd 3 clearing O_NONBLOCK debug1: Connection established. debug3: timeout: 60000 ms remain after connect Client...
2024 Mar 14
1
ChannelTimeout setting
...nnel is not closed regardless of how long I wait, and the session is not terminated. I get similar results with sftp. The only channel I see in the debug output is channel 0. If it's relevant then I do see "inactive timeout: 0" in the debug output when the channel is created: debug3: channel_clear_timeouts: clearing debug1: channel 0: new session [client-session] (inactive timeout: 0) Opening a session with no channels using ssh -N user at hostname produces a different result. After 60ish seconds the connection is closed: Connection to localhost closed by remote host. Transferred: sent 3112, recei...
2024 Jun 15
11
[Bug 3702] New: sshd fork crashed when compiled with seccomp
https://bugzilla.mindrot.org/show_bug.cgi?id=3702 Bug ID: 3702 Summary: sshd fork crashed when compiled with seccomp Product: Portable OpenSSH Version: 9.7p1 Hardware: ARM64 OS: Linux Status: NEW Severity: minor Priority: P5 Component: sshd Assignee: unassigned-bugs at
2024 Jan 10
1
[Bug 3653] New: ConnectTimeout causes issue when connecting to an host via tsocks
...tname 10.10.0.2 is address debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling debug1: auto-mux: Trying existing master at '/home/ago/.ssh/socket-root at 10.10.0.2:22' debug1: Control socket "/home/ago/.ssh/socket-root at 10.10.0.2:22" does not exist debug3: channel_clear_timeouts: clearing debug3: ssh_connect_direct: entering debug1: Connecting to 10.10.0.2 [10.10.0.2] port 22. debug3: set_sock_tos: set socket 3 IP_TOS 0x48 debug2: fd 3 setting O_NONBLOCK debug1: fd 3 clearing O_NONBLOCK debug1: Connection established. debug3: timeout: 30000 ms remain after connect debug1:...
2023 Dec 02
33
[Bug 3639] New: server thread aborts during client login after receiving SSH2_MSG_KEXINIT
https://bugzilla.mindrot.org/show_bug.cgi?id=3639 Bug ID: 3639 Summary: server thread aborts during client login after receiving SSH2_MSG_KEXINIT Product: Portable OpenSSH Version: 9.2p1 Hardware: ARM OS: Linux Status: NEW Severity: critical Priority: P5 Component: