[Bug 2930] New: 7.9p1 cannot establish connections
bugzilla-daemon at bugzilla.mindrot.org
bugzilla-daemon at bugzilla.mindrot.org
Wed Nov 14 09:37:17 AEDT 2018
https://bugzilla.mindrot.org/show_bug.cgi?id=2930
Bug ID: 2930
Summary: 7.9p1 cannot establish connections
Product: Portable OpenSSH
Version: 7.7p1
Hardware: ix86
OS: Linux
Status: NEW
Severity: critical
Priority: P5
Component: ssh
Assignee: unassigned-bugs at mindrot.org
Reporter: kq1quick at gmail.com
$ ssh -T git at github.com -v
OpenSSH_7.9p1, OpenSSL 1.0.2p 14 Aug 2018
...
debug1: Offering public key: /home/kquick/.ssh/id_rsa RSA
SHA256:<elided> agent
debug1: Server accepts key: /home/kquick/.ssh/id_rsa RSA
SHA256:<elided> agent
debug1: Authentication succeeded (publickey).
Authenticated to github.com ([192.30.253.113]:22).
debug1: channel 0: new [client-session]
debug1: Entering interactive session.
debug1: pledge: network
packet_write_wait: Connection to 192.30.253.113 port 22: Broken pipe
$
The same operation works under 7.7p1:
$ ssh -T git at github.com -v
OpenSSH_7.7p1, OpenSSL 1.0.2p 14 Aug 2018
debug1: Offering public key: RSA SHA256:<elided>
/home/kquick/.ssh/id_rsa
debug1: Server accepts key: pkalg ssh-rsa blen 149
debug1: Authentication succeeded (publickey).
Authenticated to github.com ([192.30.253.112]:22).
debug1: channel 0: new [client-session]
debug1: Entering interactive session.
debug1: pledge: network
debug1: client_input_channel_req: channel 0 rtype exit-status reply 0
Hi kquick! You've successfully authenticated, but GitHub does not
provide shell access.
debug1: channel 0: free: client-session, nchannels 1
Transferred: sent 2216, received 1640 bytes, in 0.2 seconds
Bytes per second: sent 10557.1, received 7813.0
debug1: Exit status 1
$
--
You are receiving this mail because:
You are watching the assignee of the bug.
More information about the openssh-bugs
mailing list