similar to: [Bug 2612] New: Sporadically need to press <ENTER> for multiplexed connection to finish

Displaying 20 results from an estimated 2000 matches similar to: "[Bug 2612] New: Sporadically need to press <ENTER> for multiplexed connection to finish"

2010 Jan 14
1
ssh(1) multiplexing rewrite
Hi, At the n2k10 OpenBSD network hackathon, I finally got some time to clean up and rewrite the ssh(1) client multiplexing code. The attached diffs (one for portable OpenSSH, one for OpenBSD) are the result, and they need some testing. The revised multiplexing code uses a better protocol between the master and slave processes and I even bothered to write it up :) It tracks the control sockets
2019 Jun 27
2
Does ssh need sendfd in pledge() call?
Hi, I posted this question to the OpenBSD bugs list last week, however I have had no reply and it was suggested on IRC that I post here instead. So I must apologise if this is not appropriate. For a reference here is my previous post: https://marc.info/?l=openbsd-bugs&m=156080681530337&w=2 I am running OpenBSD 6.5-stable (also tested on -current). When I ssh somewhere I get a sig abort
2016 Aug 17
4
[Portable OpenSSH] hang up during login after OpenSSH 7.3 upgrade
Hello to everyone, and thank for your job. I am reporting here about a problem I am experiencing with portable SSH client, version 7.3p1. My client is an Archlinux system. I am connecting to an Ubuntu server, which provides SSH with some patches (see below). It worked until the upgrade to 7.3p1. This is the produced debug output. Command line: ssh -v -v -v -v -v -v username at 10.196.37.5
2008 Dec 24
1
Port forwarding using the client of a multiplexed connection.
I am trying to set up port forwarding using the client of a multiplexed connection, but the client is dying. The connection paramaters I am using are as follows: for the master: /usr/bin/ssh -T -n -N -o ControlMaster=yes -o ControlPath=/var/run/autossh/control-%r@%h-%p.sock -o ConnectionAttempts=3 -o BatchMode=yes -o EscapeChar=none -o ExitOnForwardFailure=yes -o ServerAliveInterval=15 -o
2011 Jan 13
2
[PATCH] mux: update PROTOCOL.mux and fix error messages on client side
--- PROTOCOL.mux | 24 ++++++++++++------------ mux.c | 10 +++++----- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/PROTOCOL.mux b/PROTOCOL.mux index 1d8c463..958e0d5 100644 --- a/PROTOCOL.mux +++ b/PROTOCOL.mux @@ -28,7 +28,7 @@ defined. To open a new multiplexed session, a client may send the following request: - uint32 MUX_C_MSG_NEW_SESSION + uint32
2014 Dec 04
4
[Bug 2324] New: remote port forward w/ empty bind_address via multiplexed connection: doc violation
https://bugzilla.mindrot.org/show_bug.cgi?id=2324 Bug ID: 2324 Summary: remote port forward w/ empty bind_address via multiplexed connection: doc violation Product: Portable OpenSSH Version: 6.7p1 Hardware: amd64 OS: Linux Status: NEW Severity: trivial Priority: P5
2020 Oct 06
5
[Bug 3220] New: Possible bug if ControlMaster + ControlPersist and `-t`
https://bugzilla.mindrot.org/show_bug.cgi?id=3220 Bug ID: 3220 Summary: Possible bug if ControlMaster + ControlPersist and `-t` Product: Portable OpenSSH Version: 8.4p1 Hardware: Other OS: Linux Status: NEW Severity: enhancement Priority: P5 Component: ssh
2023 Jan 05
6
[Bug 3518] New: Skip scp transfer over multiplexed connection if there's no scp on remote path as scp3 test did
https://bugzilla.mindrot.org/show_bug.cgi?id=3518 Bug ID: 3518 Summary: Skip scp transfer over multiplexed connection if there's no scp on remote path as scp3 test did Product: Portable OpenSSH Version: 9.1p1 Hardware: Other OS: Linux Status: NEW Severity: enhancement
2009 Apr 24
1
MENU not having to press <ENTER> key?
Hi, I wonder if anyone can help. I have a menu (Below) which works fine, the only problem is that I would like to be able to just press a key ie <1> and it go into the menu without having to press <1> and then <Enter> Has anyone got any idea on how to get it sorted? Cheers, Guy menu title PXE Boot Menu menu background graphics/main.jpg menu tabmsgrow 22 menu cmdlinerow 22 menu
2010 Apr 16
4
[Bug 1758] New: client hangs when closing a multiplexed session with \n~.
https://bugzilla.mindrot.org/show_bug.cgi?id=1758 Summary: client hangs when closing a multiplexed session with \n~. Product: Portable OpenSSH Version: 5.4p1 Platform: Other OS/Version: Mac OS X Status: NEW Severity: normal Priority: P2 Component: ssh AssignedTo: unassigned-bugs
2016 Apr 14
2
(rfc) too many keys, usecase?
There is no /root/.ssh/authorized_keys on remote host, so I have to authenticate with password. On the remote host: # /usr/sbin/sshd -T | egrep permitroot permitrootlogin yes Attempting: $ ssh root@<remotehost> shows: Received disconnect from <remotehost> port 22:2: Too many authentication failures for root packet_write_wait: Connection to <remotehost> port 22: Broken
2010 Jan 11
2
example() leaves console prompting to press Enter for new graphs
Env: Win XP, R 2.9.2] It's a minor annoyance, but I find that after I run example(), the console state of prompting to press Enter for each new graph remains as it is under example. It's more annoying that it seems difficult to turn this behavior off! In a fresh session: > getOption("example.ask") [1] "default" Run an example: > example(plot) plot>
2019 Sep 18
0
CEBA-2019:2612 CentOS 7 sg3_utils BugFix Update
CentOS Errata and Bugfix Advisory 2019:2612 Upstream details at : https://access.redhat.com/errata/RHBA-2019:2612 The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) x86_64: b87d8e6ad8a02729f830d6a7f5cb79fad2c96345f5a91b6ba97e8349ab750de4 sg3_utils-1.37-18.el7_7.1.x86_64.rpm
2008 Mar 14
0
My sortables are sporadically becoming unsortable.
Hi, Background: I''m writing a piece of code to display etsy.com items in a squidoo module. Squidoo provide a module development kit which uses ajax and php. See the example here: http://www.demido.co.uk/etsy (Currently only works in FF). The user enters a valid etsy userID, hit go, an ajax.updater passes the userid to a php script the php script goes off and finds the items returns
2013 Mar 20
1
htmlParse (from XML library) working sporadically in the same code
I am using htmlParse from XML library on a paricular website. Sometimes code fails, sometimes it works, most of the time id doesn't and i cannot see why. The file i am trying to parse isĀ  http://www.londonstockexchange.com/exchange/prices-and-markets/international-markets/indices/home/sp-500.html?page=0 Sometimes the following code works n<-readHTMLTable(htmlParse(url)) But most of the
2011 Mar 14
0
Regarding sshfs and multiplexed connections
Hi, I have sshfs and ssh to my host setup to use the same socket with ControlMaster setting. Now when I try to scp a file to/from my host I see poor transfer speed. Also, a cp-ing a file to the mounted filesystem results in poor throughput. On the other hand, if I don't use the multiplexing, I get very good throughput. Now, my question is, when I multiplex, does the IPQoS get set wrongly for a
2009 Sep 10
0
Multiple (multiplexed) simultaneous ssh connections - Cygwin bug?
Hello, I've see you answered a problem with simultaneous ssh connections in cygwin. The version I'm using is CYGWIN_NT-5.2 I've change the sshd_config and put the Parameter maxsessions 100 in it. But it doesn't work. Ich have still 10 limited ssh session at onen time. I need at least approx 100 to fix our specific problem. I've also tried mas_ssh_starts=100 but this prevent
2007 Nov 25
1
NT_STATUS_NO_LOGON_SERVERS errors sporadically occurring
Hi there I have samba-3.0.27a rolled out over a large number of servers, and every once in a while one of them will start failing to allow people to connect, with winbind reporting NT_STATUS_NO_LOGON_SERVERS, and ntlm_auth failing with "NT_STATUS_NO_LOGON_SERVERS: No logon servers". The same problem occurred with earlier versions too. I think I've tracked down the cause of the
2009 May 20
1
Re: read/write multiplexed support
Am Dienstag, 19. Mai 2009 schrieb Volker Lendecke: > On Tue, May 19, 2009 at 02:26:25PM -0500, Christopher R. Hertel wrote: > > >From your description, it seems that there is a lot going on. > > > > Unfortunately, I don't personally know nearly enough about the OS/2 > > implementation of SMB. I know that there is a good deal of documentation, > > and from
2005 Nov 11
1
Can't get LocalForward to work when using ControlPath
Hello All-- First, thanks for ControlPath/ControlMaster. It's very handy, and ControlMaster=autoask is just what i wanted! I'm having difficulty with a common use case, however. I want to LocalForward on secondary connections using an already-established ControlPath. From what i can tell, the second ssh connection doesn't report any errors, but silently ignores the supplied