FORGE: Added including script
[myslice.git] / forge / script / configService / sshd_config
1 Protocol 2
2 SyslogFacility AUTHPRIV
3
4 PubkeyAuthentication yes
5 AuthorizedKeysFile .ssh/id_rsa.pub
6
7 PasswordAuthentication yes
8
9 ChallengeResponseAuthentication no
10 UsePAM yes
11
12 X11Forwarding yes
13
14 # The listening port is added by the function from service.py