采用debian自带得openssh
ssh-keygen -t rsa生成id_rsa id_rsa.pub known_hosts
请问然后该怎么配置啊
./sshbbsd
etc/sshd_config line 9: Bad configuration option: protocol
sshd_config是
# Package generated configuration file
# See the sshd(8) manpage for details
# What ports, IPs and protocols we listen for
Port 9003
# Use these options to restrict which interfaces/protocols sshd will bind to
#ListenAddress ::
#ListenAddress 0.0.0.0
Protocol 2
^^^这个不对吗
# HostKeys for protocol version 2
HostKey ~bbs/etc/id_rsa
HostKey ~bbs/etc/id_dsa
#Privilege Separation is turned on for security
UsePrivilegeSeparation yes
。。。。
--
FROM 211.151.90.*