Displaying 20 results from an estimated 30000 matches similar to: "[Bug 1948] ssh -f doesn't terminate when muxing connections."
2023 Jul 19
0
[Bug 1948] ssh -f doesn't terminate when muxing connections.
https://bugzilla.mindrot.org/show_bug.cgi?id=1948
Peter Chubb <peter.chubb at unsw.edu.au> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |peter.chubb at unsw.edu.au
--- Comment #21 from Peter Chubb <peter.chubb at unsw.edu.au> ---
Created
2023 Jul 19
0
[Bug 1948] ssh -f doesn't terminate when muxing connections.
https://bugzilla.mindrot.org/show_bug.cgi?id=1948
Peter Chubb <peter.chubb at unsw.edu.au> changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|5.9p1 |9.3p1
--
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching
2011 Nov 01
7
[Bug 1948] New: ssh -f doesn't terminate when muxing connections.
https://bugzilla.mindrot.org/show_bug.cgi?id=1948
Bug #: 1948
Summary: ssh -f doesn't terminate when muxing connections.
Classification: Unclassified
Product: Portable OpenSSH
Version: 5.9p1
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: ssh
2015 Jun 05
0
[Bug 1948] ssh -f doesn't terminate when muxing connections.
https://bugzilla.mindrot.org/show_bug.cgi?id=1948
--- Comment #19 from Damien Miller <djm at mindrot.org> ---
Created attachment 2645
--> https://bugzilla.mindrot.org/attachment.cgi?id=2645&action=edit
daemonise with when -f specified and not in ControlPersist mode
Maybe something as simple as this?
--
You are receiving this mail because:
You are watching someone on the CC list
2012 Sep 07
1
[Bug 1948] ssh -f doesn't terminate when muxing connections.
https://bugzilla.mindrot.org/show_bug.cgi?id=1948
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Blocks| |2035
--- Comment #6 from Damien Miller <djm at mindrot.org> ---
Retarget uncompleted bugs from 6.1 => 6.2
2013 Mar 07
1
[Bug 1948] ssh -f doesn't terminate when muxing connections.
https://bugzilla.mindrot.org/show_bug.cgi?id=1948
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Blocks| |2076
--
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on
2013 Jul 25
1
[Bug 1948] ssh -f doesn't terminate when muxing connections.
https://bugzilla.mindrot.org/show_bug.cgi?id=1948
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Blocks| |2130
--- Comment #9 from Damien Miller <djm at mindrot.org> ---
Retarget to openssh-6.4
--
You are receiving
2014 Feb 05
0
[Bug 1948] ssh -f doesn't terminate when muxing connections.
https://bugzilla.mindrot.org/show_bug.cgi?id=1948
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Blocks| |2188
--- Comment #11 from Damien Miller <djm at mindrot.org> ---
Retarget incomplete bugs / feature requests
2014 Apr 12
0
[Bug 1948] ssh -f doesn't terminate when muxing connections.
https://bugzilla.mindrot.org/show_bug.cgi?id=1948
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Blocks| |2226
--- Comment #13 from Damien Miller <djm at mindrot.org> ---
Retarget to 6.7 release, since 6.6 was mostly
2014 Aug 29
0
[Bug 1948] ssh -f doesn't terminate when muxing connections.
https://bugzilla.mindrot.org/show_bug.cgi?id=1948
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Blocks| |2266
--- Comment #15 from Damien Miller <djm at mindrot.org> ---
Retarget incomplete bugs to 6.8 release.
--
2015 Mar 02
0
[Bug 1948] ssh -f doesn't terminate when muxing connections.
https://bugzilla.mindrot.org/show_bug.cgi?id=1948
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Blocks|2266 |
--- Comment #17 from Damien Miller <djm at mindrot.org> ---
OpenSSH 6.8 is approaching release and closed for
2015 Mar 02
0
[Bug 1948] ssh -f doesn't terminate when muxing connections.
https://bugzilla.mindrot.org/show_bug.cgi?id=1948
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Blocks| |2360
--- Comment #18 from Damien Miller <djm at mindrot.org> ---
Retarget to 6.9
--
You are receiving this
2015 Jun 05
0
[Bug 1948] ssh -f doesn't terminate when muxing connections.
https://bugzilla.mindrot.org/show_bug.cgi?id=1948
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Blocks|2360 |
--- Comment #20 from Damien Miller <djm at mindrot.org> ---
detarget for 6.9, this needs more testing
--
2023 Jul 27
0
[Bug 1948] ssh -f doesn't terminate when muxing connections.
https://bugzilla.mindrot.org/show_bug.cgi?id=1948
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
Resolution|--- |FIXED
--- Comment #24 from Damien Miller <djm at
2023 Jul 19
9
[Bug 3589] New: ControlMaster auto, persist and -f fail.
https://bugzilla.mindrot.org/show_bug.cgi?id=3589
Bug ID: 3589
Summary: ControlMaster auto, persist and -f fail.
Product: Portable OpenSSH
Version: 9.3p1
Hardware: amd64
OS: Linux
Status: NEW
Severity: minor
Priority: P5
Component: ssh
Assignee: unassigned-bugs at mindrot.org
2007 Jun 26
2
RFC: multiple address spaces for one process
In a hosted VMM like LinuxOnLinux or UML, context switch time can be a
major problem (as mmap when repeated for each guest page frame takes a
long time). One solution is to allow the host kernel to keep a cache of
address space contexts, and switch between them in a single
operation.
The attached patch is a start at this. It works well for
LinuxOnLinux; but I'd be interested from the
2007 Jun 26
2
RFC: multiple address spaces for one process
In a hosted VMM like LinuxOnLinux or UML, context switch time can be a
major problem (as mmap when repeated for each guest page frame takes a
long time). One solution is to allow the host kernel to keep a cache of
address space contexts, and switch between them in a single
operation.
The attached patch is a start at this. It works well for
LinuxOnLinux; but I'd be interested from the
2002 Feb 01
1
FEATURE: -f -f - fork after successful open of fwd port/display/agent
Background
==========
"ssh -f ..." causes ssh to fork into the background when userauth
successfully completes.
WHAT
===
With this patch "ssh -f -f ..." causes ssh to fork into the background
when the first forwarded port/x11 display/agent is successfully opened.
WHY
===
This feature makes launching remote X11 apps more reliable: when ssh
exits it must have exited because
2002 Jul 24
0
non-interactive ssh connections (was Re: RSYNC ISSUE)
Hi,
After creating and distributing the private key with "ssh-keygen -P", I am
till getting the following error message while I schedule from cron. Only
exception is right now , I have only one message which says
"You have no controlling tty and no DISPLAY. Cannot read passphrase".
Any help is appreciated. Gs
You have no controlling tty and no DISPLAY. Cannot read
2002 Jul 23
0
non-interactive ssh connections (was Re: RSYNC ISSUE)
(Gouri: a more descriptive subject line will help you get repsonses in
future, and please send your mail to rsync@lists.samba.org. Read
<http://www.tuxedo.org/~esr/faqs/smart-questions.html>)
On 23 Jul 2002, "Kar, Gouri X. -ND" <Gouri.X.Kar.-ND@disney.com> wrote:
> Hi guys, I am trying to schdule a script which makes call to RSYNC over SSH.
> The same script works