similar to: [Bug 1902] persistent mux master should chdir away from the current directory

Displaying 20 results from an estimated 600 matches similar to: "[Bug 1902] persistent mux master should chdir away from the current directory"

2014 Mar 24
0
[Bug 1937] Make it possible to give a give an ssh session only access to a limit subset of ssh-agent keys
https://bugzilla.mindrot.org/show_bug.cgi?id=1937 chrysn at fsfe.org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chrysn at fsfe.org --- Comment #3 from chrysn at fsfe.org --- the ssh-agent-filter program[1] would make the workaround you suggested
2020 May 20
0
[Bug 1997] Add QoS to ControlPath escapes
https://bugzilla.mindrot.org/show_bug.cgi?id=1997 chrysn at fsfe.org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chrysn at fsfe.org --- Comment #3 from chrysn at fsfe.org --- Given the approach of distinguishing sockets based on their QoS has not led
2005 Jun 23
0
ControlPersist.
This is a better approach to persistent control masters than my previous attempt. Instead of forking before we make the connection, do so only when the original session has closed -- much like the code for '~&' backgrounding already does. My earlier patch for 'ControlPath none' still applies and is required, btw. --- openssh/clientloop.c~ 2005-06-17 03:59:35.000000000 +0100
2014 Mar 24
8
[Bug 2216] New: allow forwarding a different socket than SSH_AUTH_SOCK
https://bugzilla.mindrot.org/show_bug.cgi?id=2216 Bug ID: 2216 Summary: allow forwarding a different socket than SSH_AUTH_SOCK Product: Portable OpenSSH Version: 6.5p1 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 Component: ssh Assignee: unassigned-bugs
2012 Nov 11
1
[Bug 9377] New: acls ignored when using neither --perms nor --chmod
https://bugzilla.samba.org/show_bug.cgi?id=9377 Summary: acls ignored when using neither --perms nor --chmod Product: rsync Version: 3.0.9 Platform: All OS/Version: Linux Status: NEW Severity: normal Priority: P5 Component: core AssignedTo: wayned at samba.org ReportedBy: chrysn at fsfe.org
2011 May 06
2
[Bug 1902] New: persistent mux master should chdir away from the current directory
https://bugzilla.mindrot.org/show_bug.cgi?id=1902 Summary: persistent mux master should chdir away from the current directory Product: Portable OpenSSH Version: 5.8p2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: ssh AssignedTo:
2014 Mar 26
0
[Bug 1902] persistent mux master should chdir away from the current directory
https://bugzilla.mindrot.org/show_bug.cgi?id=1902 Simon Deziel <simon at sdeziel.info> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |simon at sdeziel.info -- You are receiving this mail because: You are watching the assignee of the bug. You are
2013 Mar 22
1
[PATCH] Allow matching HostName against Host entries
It would be useful to allow matching HostName entries against Host entries. That's to say, I would find it very convenient to have an ssh_config like: Host zeus HostName zeus.greek.gods User hades Host hera HostName hera.greek.gods # [ ... ] Host *.greek.gods User poseidon UserKnownHostsFile ~/.ssh/known_hosts.d/athens # [ Default settings for *.greek.gods ] where I
2023 May 12
0
[Bug 3570] New: Add substitution token for explicitly selected IdentityFile for ControlPath selection
https://bugzilla.mindrot.org/show_bug.cgi?id=3570 Bug ID: 3570 Summary: Add substitution token for explicitly selected IdentityFile for ControlPath selection Product: Portable OpenSSH Version: 9.3p1 Hardware: All OS: Linux Status: NEW Severity: enhancement Priority: P5
2014 Mar 24
7
[Bug 2217] New: allow using _ssh._tcp SRV records
https://bugzilla.mindrot.org/show_bug.cgi?id=2217 Bug ID: 2217 Summary: allow using _ssh._tcp SRV records Product: Portable OpenSSH Version: 6.5p1 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 Component: ssh Assignee: unassigned-bugs at mindrot.org
2011 Feb 07
1
[PATCH] ssh: set proctitle for mux master
Preserving the command line from the invoking ssh command doesn't make much sense, so use setproctitle() to hide the arguments. --- ssh.c | 20 +++++++++++++++++--- 1 files changed, 17 insertions(+), 3 deletions(-) diff --git a/ssh.c b/ssh.c index d32ef78..8ebcc88 100644 --- a/ssh.c +++ b/ssh.c @@ -230,12 +230,25 @@ main(int ac, char **av) struct servent *sp; Forward fwd; - /* Ensure
2001 Jan 04
2
Patch to allow openssh-2.2.0-p1 to be started from /etc/inittab
The following patch allows OpenSSH 2.2.0-p1 to be started (and managed) from /etc/inittab (by "init") on systems which support that. This is useful when you *really* want SSHD to always run since it will be automatically restarted by "init" if it dies (and if "init" dies the the systems dies :-). I use a line (in /etc/inittab) like this on Solaris systems:
2017 Aug 31
2
Re: network configuration for guest specific dns-servers
Thanks a lot, Martin! Am Donnerstag, den 31.08.2017, 10:11 +0200 schrieb Martin Kletzander: > On Thu, Aug 31, 2017 at 12:10:22AM +0200, David Ayers wrote: > > > >We would like to configure guest specific dns-servers as would be done > >with the --dhcp-option of dnsmasq. I was expecting to be able to do > >something like: > > > > <host
2017 Aug 30
2
network configuration for guest specific dns-servers
Hello, similar to how one can configure guest specific IP addresses via mac addresses: <ip address="192.168.122.1" netmask="255.255.255.0" localPtr="yes"> <dhcp> <range start="192.168.122.100" end="192.168.122.254"/> <host mac="00:16:3e:77:e2:ed" name="foo.example.com"
2012 Dec 25
3
[Bug 2016] SCTP Support
https://bugzilla.mindrot.org/show_bug.cgi?id=2016 proler at gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |proler at gmail.com --- Comment #1 from proler at gmail.com --- on freebsd: with this patch i cant connect with sctp to v6-only host. v4
2017 Aug 31
0
Re: network configuration for guest specific dns-servers
On Thu, Aug 31, 2017 at 12:10:22AM +0200, David Ayers wrote: >Hello, > >similar to how one can configure guest specific IP addresses via mac >addresses: ><ip address="192.168.122.1" netmask="255.255.255.0" localPtr="yes"> > <dhcp> > <range start="192.168.122.100" end="192.168.122.254"/> > <host
2017 Aug 31
0
Re: network configuration for guest specific dns-servers
Am Donnerstag, den 31.08.2017, 11:32 +0200 schrieb David Ayers: > > Am Donnerstag, den 31.08.2017, 10:11 +0200 schrieb Martin Kletzander: > > > > AFAIK the support for this was not added. Feel free to request this in > > our bugzilla [1] so that we can track it. Or, even better, send a patch > > if you have some time ;) It should not be difficult. > > Okay,
2015 May 12
0
Bacula backup system
Hi Allessandro and all Bacula users and especially to (potential) Bacula contributors, On Mon, 11 May 2015 20:49:08 +0200 Alessandro Baggi <alessandro.baggi at gmail.com> wrote: > In my last request I have asked info about backuppc and other backup > solutions. After some test I have choosen bacula. Concerning the topic "Free Software" I read that the relations between
2019 Mar 07
2
AD Member: server role = member server vs. security = ADS
Hello, I'm trying to add Debian stretch as a domain member to an AD domain, to have Windows Users access shares according to permissions of AD group membership. For the record this is smbd --version: Version 4.5.16-Debian After reading https://wiki.samba.org/index.php/Setting_up_Samba_as_a_Domain_Member I was a bit confused about a few points when comparing it to the default smb.conf in
2019 Aug 11
1
Registering Samba Bugzilla Account is Forbidden
Am Samstag, den 10.08.2019, 08:54 +0100 schrieb Rowland penny via samba: > > > Are pdbedit -e/-i intended to be tools to reliably export and > > import > > user data as the man pages suggest: > > ????????-e|--export passdb-backend > > ????????????Exports all currently available users to the specified > > password database backend. > > > >