如何给给kali linux配置静态IP地址

 

1. 查看ssh服务状态
# /etc/init.d/ssh status

1
2
2.修改配置文件
# vim /etc/ssh/sshd_config
1
#PermitRootLogin prohibit-password
PermitRootLogin yes
1
2
#PasswordAuthentication yes
PasswordAuthentication yes
1
2
3. 启动ssh服务
# /etc/init.d/ssh start
1
查看服务状态
# /etc/init.d/ssh status

开机启动

# update-rc.d ssh enable
1
参考:
1.Kali Linux 2.0开启SSH服务 使用SSH进行远程访问
————————————————

原文链接:https://blog.csdn.net/u010953692/article/details/80312751

相关文章:

  • 2021-06-16
  • 2021-08-25
  • 2021-10-10
  • 2021-04-03
  • 2021-12-29
  • 2021-10-20
  • 2021-09-19
  • 2021-11-10
猜你喜欢
  • 2022-03-10
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-14
  • 2021-04-22
相关资源
相似解决方案