zoukankan      html  css  js  c++  java
  • ssh 绕过The authenticity of host '*.*.*.*' can't be established 直接输入密码

    只需要使用命令   ssh webgate@10.129.6.237 -o "StrictHostKeyChecking no"  即可以绕过
    insp_ap@inspect02:/home/etc_backup/etc> 
    insp_ap@inspect02:/home/etc_backup/etc> ssh webgate@10.129.6.237
    The authenticity of host '10.129.6.237 (10.129.6.237)' can't be established.
    ECDSA key fingerprint is 5d:14:e7:1a:02:30:65:53:24:22:3d:0b:a5:38:41:b0 [MD5].
    Are you sure you want to continue connecting (yes/no)? ^C
    insp_ap@inspect02:/home/etc_backup/etc> ssh webgate@10.129.6.237 -o "StrictHostKeyChecking no"
    Warning: Permanently added '10.129.6.237' (ECDSA) to the list of known hosts.
    Password: 
    
    insp_ap@inspect02:/home/etc_backup/etc> 
    insp_ap@inspect02:/home/etc_backup/etc> 
    insp_ap@inspect02:/home/etc_backup/etc> ssh webgate@10.129.6.237
    Password: 
    
    insp_ap@inspect02:/home/etc_backup/etc> 
  • 相关阅读:
    https://leetcode-cn.com/problems/binary-search/solution/er-fen-cha-zhao-by-leetcode/
    Question_add-two-numbers
    leetcode merge-two-sorted-lists
    leetcode 1108
    leetcode 1107
    git
    sql 语句
    cas
    OMP 算法
    OC----预处理器
  • 原文地址:https://www.cnblogs.com/qinhan/p/8315541.html
Copyright © 2011-2022 走看看