Displaying 1 result from an estimated 1 matches for "talisen".
Did you mean:
talin
2004 Sep 17
3
sftp-server debug output
...n:/usr/local/bin
# This is the sshd server system-wide configuration file. See sshd(8)
# for more information.
Port 10222
#Protocol 2,1
#ListenAddress 0.0.0.0
#ListenAddress ::
# HostKey for protocol version 1
#HostKey /usr/local/etc/ssh_host_key
# HostKeys for protocol version 2
HostKey /opt/talisen/ssh/ssh-host-rsa-key
HostKey /opt/talisen/ssh/ssh-host-dsa-key
# Lifetime and size of ephemeral version 1 server key
KeyRegenerationInterval 3600
ServerKeyBits 768
# Logging
#SyslogFacility AUTH
SyslogFacility LOCAL7
LogLevel DEBUG3
#obsoletes QuietMode and FascistLogging
# Authentication:...