Displaying 20 results from an estimated 900 matches similar to: "[Bug 1997] Add QoS to ControlPath escapes"
2020 May 29
0
[Bug 1997] Add QoS to ControlPath escapes
https://bugzilla.mindrot.org/show_bug.cgi?id=1997
--- Comment #4 from Peter Lebbing <peter at digitalbrains.com> ---
(In reply to chrysn from comment #3)
Sorry for not replying sooner, it slipped my mind!
> Would a patch to add a "%I" for "1 for interactive sessions, 0
> otherwise" to the expansion be generally acceptable? Peter, would it
> still serve your
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
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
2015 Feb 18
0
[Bug 1902] persistent mux master should chdir away from the current directory
https://bugzilla.mindrot.org/show_bug.cgi?id=1902
chrysn at fsfe.org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |chrysn at fsfe.org
--- Comment #3 from chrysn at fsfe.org ---
looking to report this myself, i first found bug #1988; the change that
2012 Mar 29
1
percent_expand for QoS in ControlPath
Hi,
Not sure if this anyone else is interested in this but to me it seems to make
sense to use different control session multiplexer sockets for bulk and
interactive workloads.
Index: auth.c
===================================================================
RCS file: /cvs/src/usr.bin/ssh/auth.c,v
retrieving revision 1.94
diff -u -p -r1.94 auth.c
--- auth.c 23 May 2011 03:33:38 -0000 1.94
+++
2012 Apr 09
1
[Bug 1997] New: Add QoS to ControlPath escapes
https://bugzilla.mindrot.org/show_bug.cgi?id=1997
Bug #: 1997
Summary: Add QoS to ControlPath escapes
Classification: Unclassified
Product: Portable OpenSSH
Version: 5.9p1
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P2
Component: ssh
AssignedTo:
2012 Jul 06
1
[Bug 1997] Add QoS to ControlPath escapes
https://bugzilla.mindrot.org/show_bug.cgi?id=1997
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |djm at mindrot.org
--- Comment #1 from Damien Miller <djm at mindrot.org> ---
The problem with this is that
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
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
2016 Jan 14
0
Announce: Portable OpenSSH 7.1p2 released
OpenSSH 7.1p2 has just been released. It will be available from the
mirrors listed at http://www.openssh.com/ shortly.
OpenSSH is a 100% complete SSH protocol 2.0 implementation and
includes sftp client and server support. OpenSSH also includes
transitional support for the legacy SSH 1.3 and 1.5 protocols
that may be enabled at compile-time.
Once again, we would like to thank the OpenSSH
2000 Aug 24
0
Force pseudo-tty allocation option "-t"
Please Cc: me on the reply as I am not on the list.
>From the ssh(1) man page:
-t Force pseudo-tty allocation. This can be used to execute arbi
trary screen-based programs on a remote machine, which can be
very useful, e.g., when implementing menu services.
This is similiar to what I am trying to do, use "-t" flag to ssh from my
application,
2005 Dec 16
1
Force TTY
Hi all,
I'm having problems with getting a tty against an extreme switch. I've tried
with the -t flag that is supposed to force a tty but it's not working.
I checked the code in ssh.c where this option is parsed:
case 't':
if (tty_flag)
force_tty_flag = 1;
tty_flag = 1;
break;
The tty_flag is initialized to 0 and what I can see this flag is always 0 at
this
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