-
Notifications
You must be signed in to change notification settings - Fork 0
oracle linux 7 ssh
felix0102 edited this page Dec 23, 2019
·
4 revisions
- 修改/etc/ssh/sshd_config文件 PasswordAuthentication no -> PasswordAuthentication yes
- PermitRootLogin yes
- PermitEmptyPasswords
- 那么请确认”尝试’智能键盘’认证(SSH-2)”的勾是否有去掉!!!!
service sshd restart
- 用户权限的检查,user,.ssh,authorized_keys, 的权限为 700,700,600 。如果大于该权限有可能会出现如上的错误
This is the footer page