Projet

Général

Profil

sshd_config.patch

activation AllowTcpForwarding - Karim Ayari, 25/05/2016 09:32

Télécharger (384 octets)

Voir les différences:

modif/sshd_config 2016-05-25 09:31:47.115945056 +0200
91 91
# Change to no to disable s/key passwords
92 92
ChallengeResponseAuthentication no
93 93
PermitUserEnvironment no
94
if %%tcpforwarding == "oui"
95
AllowTcpForwarding yes
96
%else
94 97
AllowTcpForwarding no
98
%end if
95 99
ClientAliveInterval 30
96 100
ClientAliveCountMax 10
97 101