terom@0: terom@0: # what port to listen on terom@0: Port 2828 terom@0: terom@0: # only allow members of the xmsh-users group and certain admins terom@0: AllowGroups xmsh-users terom@0: terom@0: # use system hostkeys terom@0: HostKey /etc/ssh/ssh_host_rsa_key terom@0: HostKey /etc/ssh/ssh_host_dsa_key terom@0: terom@0: # runtime options terom@0: PidFile /home/xmsh/run/sshd.pid terom@0: terom@0: # cosmetic options terom@0: Banner /home/xmsh/etc/banner terom@0: PrintLastLog yes terom@0: PrintMotd no terom@0: terom@0: # Logging terom@0: SyslogFacility AUTH terom@0: LogLevel INFO terom@0: terom@0: # force some options terom@0: Protocol 2 terom@0: UsePrivilegeSeparation yes terom@0: terom@0: # Authentication: terom@0: LoginGraceTime 120 terom@0: StrictModes yes terom@0: terom@0: # behave like debian does terom@0: PasswordAuthentication yes terom@0: PubkeyAuthentication yes terom@0: ChallengeResponseAuthentication no terom@0: UsePAM no terom@0: terom@0: # disable most features terom@0: AcceptEnv no terom@0: AllowTcpForwarding no terom@0: AuthorizedKeysFile no terom@0: IgnoreRhosts yes terom@0: IgnoreUserKnownHosts yes terom@0: PermitRootLogin no terom@0: PermitTunnel no terom@0: PermitUserEnvironment no terom@0: X11Forwarding no terom@0: terom@0: # By default no subsystems are defined terom@0: