美文网首页
openwrt dns ssh相关问题

openwrt dns ssh相关问题

作者: 吉凶以情迁 | 来源:发表于2023-08-03 22:07 被阅读0次

    DHCP/DNS中 的技术叫dnsmasq

    可配置hosts和
    自定义挟持域名配置

    image.png image.png

    拦截优先级为挟持域名最高,另外需要重启服务方可生效,在系统,启动项中重启dnsmasq

    ssh

    使用root用户SSH登录服务器出现Access Denied错误
    只输入root就出现了错误, 但是输入其他用户名需要输入密码才提示错误,解决办法
    另外在openwrt中自带的ssh是正常登录的。

    解决办法:

    vim /etc/ssh/sshd_config
    

    然后

    #PermitRootLogin prohibit-password
    PermitRootLogin yes
    
    image.png

    另外确保sshd是启用状态。

    对于无法ping通某些 如api.cloudflare问题,可以利用此技术搜索到ip进行写死即可

    相关文章

      网友评论

          本文标题:openwrt dns ssh相关问题

          本文链接:https://www.haomeiwen.com/subject/gmxvpdtx.html