[Bug 3589] New: ControlMaster auto, persist and -f fail.

2023-07-18 Thread bugzilla-daemon
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-b...@mindrot.org
  Reporter: peter.ch...@unsw.edu.au

Created attachment 3706
  --> https://bugzilla.mindrot.org/attachment.cgi?id=3706=edit
ssh -v -f -X somehost xterm

In my ~/.ssh/config I have:

Host *
 ControlMaster auto
 ControlPersist 300
 ControlPath /home/%u/.ssh/controlmaster/%h-%p-%r.sock
 ServerAliveInterval 60
 TCPKeepAlive yes

Doing:
  ssh -X -f somehost xterm

does not start an xterm the first time it is run.
Repeating the command does start an xterm.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
___
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs


[Bug 1948] ssh -f doesn't terminate when muxing connections.

2023-07-18 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1948

Peter Chubb  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 someone on the CC list of the bug.
___
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs


[Bug 1948] ssh -f doesn't terminate when muxing connections.

2023-07-18 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1948

--- Comment #22 from Peter Chubb  ---
The fix I propose is not to change the TTY settings if we're
daemonising.
It makes no sense to change terminal settings if we're detaching from
the terminal anyway.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
___
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs


[Bug 1948] ssh -f doesn't terminate when muxing connections.

2023-07-18 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1948

Peter Chubb  changed:

   What|Removed |Added

 CC||peter.ch...@unsw.edu.au

--- Comment #21 from Peter Chubb  ---
Created attachment 3705
  --> https://bugzilla.mindrot.org/attachment.cgi?id=3705=edit
Proposed fix: daemonise if -f specified.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
___
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs


[Bug 3048] ssh reads from the wrong directory in user namespace

2023-07-18 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=3048

chr...@fsfe.org changed:

   What|Removed |Added

 CC||chr...@fsfe.org

--- Comment #3 from chr...@fsfe.org ---
An easier fix for the inconsistency between behavior and documentation
would be to remove the reference to HOME from the ssh(1) man page --
but I'd also prefer ssh to just use the HOME environment variable.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
___
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs