zoukankan      html  css  js  c++  java
  • The Salt Master has rejected this minion's public key!

    salt查看日志: salt --log-level=all "10.199.165.244" state.highstate

    进入调试模式: salt-minion -l debug
    [DEBUG   ] Reading configuration from /etc/salt/minion
    [DEBUG   ] Configuration file path: /etc/salt/minion
    [INFO    ] Setting up the Salt Minion "本机主机名"
    [DEBUG   ] Created pidfile: /var/run/salt-minion.pid
    [DEBUG   ] Reading configuration from /etc/salt/minion
    [DEBUG   ] Attempting to authenticate with the Salt Master at 主IP
    [INFO    ] Generating keys: /etc/salt/pki/minion
    [DEBUG   ] Loaded minion key: /etc/salt/pki/minion/minion.pem
    [CRITICAL] The Salt Master has rejected this minion's public key!
    To repair this issue, delete the public key for this minion on the Salt Master and restart this minion.
    Or restart the Salt Master in open mode to clean out the keys. The Salt Minion will now exit. 

    删除master上的文件,rm -rf  /etc/salt/pki/master/minions/name

    重启salt-minion

  • 相关阅读:
    NestingQuery
    Repeat
    GenericQuery
    StringOpr
    RHEL5.6 安装 virtualbox
    DNS的资料总结
    drop delete truncate 区别
    Linux Shell命令ulimit的用法
    OSI及TCP/IP的概念和区别
    shell:读取文件的每一行内容并输出
  • 原文地址:https://www.cnblogs.com/paisen/p/6636720.html
Copyright © 2011-2022 走看看