搜索结果

来自三线的随记
查看(上20条 | )(20 | 50 | 100 | 250 | 500

页面标题匹配

  • 被访问的ssh节点key认证失败 粗暴地删除本地全部ssh指纹记录 …
    629字节(50个字) - 2023年2月20日 (一) 22:24
  • 对所有git clone via ssh protocol生效的代理配置 修改 <code>~/.ssh/config</code> (windows系统也是) …
    1 KB(111个字) - 2022年3月29日 (二) 14:17
  • 由于属主用户下的.ssh文件夹权限设置有问题 “sshd为了安全,对属主的目录和文件权限都有要求,如果设置不正确,则设置不生效” …
    371字节(6个字) - 2019年7月4日 (四) 17:42
  • Currently the SOCKS4 and SOCKS5 protocols are supported, and ssh will act as a SOCKS server.  Only root can forward privileged ports(< 1024) ssh -D {localPort} username@host …
    1 KB(96个字) - 2022年3月29日 (二) 14:20
  • …(publickey,gssapi-with-mic), or the error 'Not a RSA1 key file' when using ssh remote login, try to fix issues as below: …rmission denied (publickey,gssapi-with-mic)”. if I remove id_rsa.pub from .ssh folder, it work fine. …
    946字节(158个字) - 2019年9月3日 (二) 01:02
  • 然后想使用 awk 结合 ssh 去执行的时候会发现实际上只有第一个节点执行了相应的操作 [root@node-1 ~]# cat nodes.txt |awk '{print "ssh -p12722 -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null "$1 "… …
    3 KB(425个字) - 2021年12月24日 (五) 15:32
  • …otiate with x.x.x.x port 22: no matching host key type found. Their offer: ssh-rsa === 诸如此类的协商错误,可以通过参数临时添加开启,也可以通过改ssh配置文件开启 …
    1 KB(89个字) - 2023年9月1日 (五) 23:00
  • 在一些安全要求场景下需要对ssh-keygen生成的私钥设置密码保护 ssh 127.0.0.1 ~/.ssh/id_rsa2 …
    3 KB(368个字) - 2022年6月9日 (四) 23:01
  • …instead of a key is not possible because Host Key checking is enabled and sshpass does not support this. Please add this host's fingerprint to your know '''注意其实这个错误其实是可以避免的,用ssh-keyscan 之类的行为将节点的host key 批量添加到 known_hosts 或者索性配置ansible host_key_checking …
    2 KB(133个字) - 2021年12月28日 (二) 16:45
  • 一个随便糊的用于发现设备上现有的ssh-agent会话脚本,方便在不同的terminal tab中复用一个ssh-agent # To find the exists ssh-agent connection or create …
    2 KB(288个字) - 2022年7月17日 (日) 17:14

页面内容匹配

  • 被访问的ssh节点key认证失败 粗暴地删除本地全部ssh指纹记录 …
    629字节(50个字) - 2023年2月20日 (一) 22:24
  • …s the user \"dce\" rather than the user \"root\".';echo;sleep 10;exit 142" ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDL/yqlzsVtYT8tPaJcWo3jXrTx5N13uBARKJXs5dB 在 man sshd中也有提到相应的配置项 …
    2 KB(196个字) - 2021年9月13日 (一) 13:41
  • …(publickey,gssapi-with-mic), or the error 'Not a RSA1 key file' when using ssh remote login, try to fix issues as below: …rmission denied (publickey,gssapi-with-mic)”. if I remove id_rsa.pub from .ssh folder, it work fine. …
    946字节(158个字) - 2019年9月3日 (二) 01:02
  • …otiate with x.x.x.x port 22: no matching host key type found. Their offer: ssh-rsa === 诸如此类的协商错误,可以通过参数临时添加开启,也可以通过改ssh配置文件开启 …
    1 KB(89个字) - 2023年9月1日 (五) 23:00
  • 一个随便糊的用于发现设备上现有的ssh-agent会话脚本,方便在不同的terminal tab中复用一个ssh-agent # To find the exists ssh-agent connection or create …
    2 KB(288个字) - 2022年7月17日 (日) 17:14
  • 对所有git clone via ssh protocol生效的代理配置 修改 <code>~/.ssh/config</code> (windows系统也是) …
    1 KB(111个字) - 2022年3月29日 (二) 14:17
  • semanage port -m -t ssh_port_t -p tcp 443 修改sshd配置文件<code>/etc/ssh/sshd_config</code> 中<code>Port</code>字段 …
    519字节(55个字) - 2022年3月29日 (二) 14:17
  • Currently the SOCKS4 and SOCKS5 protocols are supported, and ssh will act as a SOCKS server.  Only root can forward privileged ports(< 1024) ssh -D {localPort} username@host …
    1 KB(96个字) - 2022年3月29日 (二) 14:20
  • 然后想使用 awk 结合 ssh 去执行的时候会发现实际上只有第一个节点执行了相应的操作 [root@node-1 ~]# cat nodes.txt |awk '{print "ssh -p12722 -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null "$1 "… …
    3 KB(425个字) - 2021年12月24日 (五) 15:32
  • 在一些安全要求场景下需要对ssh-keygen生成的私钥设置密码保护 ssh 127.0.0.1 ~/.ssh/id_rsa2 …
    3 KB(368个字) - 2022年6月9日 (四) 23:01
  • 注意登陆的是非root用户, ssh到目标节点后直接全选复制 粘贴执行生效 …
    219字节(21个字) - 2022年10月17日 (一) 20:57
  • ssh-agent bash 你可以 ssh-keygen -f othername 来生成指定的文件名,或者生成之后 也可以两个改名 …
    1 KB(120个字) - 2018年8月21日 (二) 01:09
  • …instead of a key is not possible because Host Key checking is enabled and sshpass does not support this. Please add this host's fingerprint to your know '''注意其实这个错误其实是可以避免的,用ssh-keyscan 之类的行为将节点的host key 批量添加到 known_hosts 或者索性配置ansible host_key_checking …
    2 KB(133个字) - 2021年12月28日 (二) 16:45
  • ansible_ssh_user=guest2admin ansible_ssh_pass=@users …
    6 KB(796个字) - 2023年2月20日 (一) 22:26
  • 由于属主用户下的.ssh文件夹权限设置有问题 “sshd为了安全,对属主的目录和文件权限都有要求,如果设置不正确,则设置不生效” …
    371字节(6个字) - 2019年7月4日 (四) 17:42
  • ==== 抓 SSH 返回 ==== "SSH-"的十六进制是 0x5353482D …
    5 KB(435个字) - 2023年3月26日 (日) 02:56
  • 默认通过ssh连接centos的时候,能通过pageup / pagedown 键以补全命令 例如在ssh中输入<code>vim</code> 然后使用<code>pageup</code> 键就可以搜索补全之前以vim开头的历史命令操作 …
    2 KB(290个字) - 2022年8月8日 (一) 21:20
  • 与上一个dnat玩法相似,这里利用pf实现禁止自en0网卡连接本机的ssh(即不能在通过无线网访问ssh) cat << \EOF > /etc/pf.anchors/ssh-filter …
    8 KB(771个字) - 2022年5月3日 (二) 20:37
  • === 在使用ssh-copy-id命令设置公钥免密的时候同时指定会话加密算法 === …yChecking=no -o UserKnownHostsFile=/dev/null -o "Ciphers=aes256-cbc" -i ~/.ssh/key-file [email protected]
    5 KB(521个字) - 2023年10月28日 (六) 21:55
  • 注:如果你是远程SSH登陆的话,当你输入第一个命令回车的时候就应该掉了.因为你没有设置任何规则. '''为了能采用远程SSH登陆,我们要开启22端口.''' …
    12 KB(907个字) - 2023年4月28日 (五) 18:02
查看(上20条 | )(20 | 50 | 100 | 250 | 500