Displaying 6 results from an estimated 6 matches for "mlrx".
Did you mean:
marx
2018 Feb 23
2
deprecated options in sshd_config
Le 23/02/2018 ? 12:42, Colin Watson a ?crit?:
> On Fri, Feb 23, 2018 at 11:46:31AM +0100, mlrx wrote:
>> I jumped from an OS to an other since few days. On the new one,
>> openssh comes in a much newer version (good thing): 7.6p1
>> sshd lets me know that there are two depreciated options:
>> - KeyRegenerationInterval
>> - UsePrivilegeSeparation
>>
>>...
2018 Feb 23
2
deprecated options in sshd_config
Hello,
First, my apologies:
It's -practically- sure this ML is not the good place to, but I don't
find better for now.
I jumped from an OS to an other since few days. On the new one,
openssh comes in a much newer version (good thing): 7.6p1
sshd lets me know that there are two depreciated options:
- KeyRegenerationInterval
- UsePrivilegeSeparation
I search for a place where I can find
2018 Apr 04
2
OpenSSH-Client without reverse tunnel ability
On 2018-04-04T17:27, mlrx <openssh-unix-dev at 18informatique.com> wrote:
> Le 04/04/2018 ? 13:32, Jan Bergner a ?crit?:
> > Good day!
> >
> > Is it possible to achieve this without nasty workarounds like wrapper
> > scripts monitoring the very-verbose output of SSH or doing DPI?
> >...
2020 Feb 25
2
Restrict SSH connections
Hi,
Is there a way to restrict the number of active SSH client connections to
an sshd server.
Thanks & Regards,
Amit
2018 Apr 04
5
OpenSSH-Client without reverse tunnel ability
Good day!
A few weeks ago, we had a security breach in the company I'm working
for, because employees used "ssh -R" to expose systems from our internal
network to some SSH server in the outer world.
Of course, this is a breach of our internal security policy, but lead us
to wonder, whether there is a technical solution to prevent our users
from creating SSH-reverse-tunnels.
After
2018 Apr 05
2
OpenSSH-Client without reverse tunnel ability
On Apr 4 13:58, Nico Kadel-Garcia wrote:
> On Wed, Apr 4, 2018 at 11:43 AM, Alexander Wuerstlein
> <snalwuer at cip.informatik.uni-erlangen.de> wrote:
> > On 2018-04-04T17:27, mlrx <openssh-unix-dev at 18informatique.com> wrote:
> >> Le 04/04/2018 ? 13:32, Jan Bergner a ?crit :
> >> > Good day!
> >> >
> >> > Is it possible to achieve this without nasty workarounds like wrapper
> >> > scripts monitoring the very-ve...