VPS导出非法访客数据与禁止密码方式登录相关指令小结2020.05.05
演示系统debian10
显示VPS登录失败的访客信息
#lastb
保存数据文件
#lasb>123.txt
下载数据文件
#sz 123.txt
禁止密码方式登录VPS
编辑文件
#nano /etc/ssh/sshd_config
找到
PasswordAuthentication yes
改为
PasswordAuthentication no
保存退出
生效
#systemctl restart ssh
显示VPS登录失败的访客信息
#lastb
保存数据文件
#lasb>123.txt
下载数据文件
#sz 123.txt
禁止密码方式登录VPS
编辑文件
#nano /etc/ssh/sshd_config
找到
PasswordAuthentication yes
改为
PasswordAuthentication no
保存退出
生效
#systemctl restart ssh
所选的用户密钥未在远程主机上注册。请再试一次. up主请问我的机子需要添加ssh密钥,用的是Linode服务器。密钥是用xshell新建的。请问有什么好的解决办法吗
回复删除新建的密钥public key,需上传到LINO
删除