본문 바로가기

IT/Traditional Network

Cisco Switch에서 SSH Error 발생

반응형

switch# 
switch# ssh 1.1.1.2      <- 1.1.1.2로 접속 시도 후 정상 접속
The authenticity of host '1.1.1.2 (1.1.1.2)' can't be established.
RSA key fingerprint is SHA256:VGwgyWKRozTmLp0YIEuLKGuDC0AZtfe0D2bk6RXaqCM.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added '1.1.1.2' (RSA) to the list of known hosts.
Outbound-ReKey for 1.1.1.2:22
Inbound-ReKey for 1.1.1.2:22
User Access Verification
Password:       <- 1.1.1.2로 접속 시도 후 정상 접속
Cisco NX-OS Software
Copyright (c) 2002-2019, Cisco Systems, Inc. All rights reserved.
Nexus 9000v software ("Nexus 9000v Software") and related documentation,
files or other reference materials ("Documentation") are
the proprietary property and confidential information of Cisco
Systems, Inc. ("Cisco") and are protected, without limitation,
pursuant to United States and International copyright and trademark
laws in the applicable jurisdiction which provide civil and criminal
penalties for copying or distribution without Cisco's authorization.

Any use or disclosure, in whole or in part, of the Nexus 9000v Software
or Documentation to any third party for any purposes is expressly
prohibited except as otherwise authorized by Cisco in writing.
The copyrights to certain works contained herein are owned by other
third parties and are used and distributed under license. Some parts
of this software may be covered under the GNU Public License or the
GNU Lesser General Public License. A copy of each such license is
available at
http://www.gnu.org/licenses/gpl.html and
http://www.gnu.org/licenses/lgpl.html
***************************************************************************
*  Nexus 9000v is strictly limited to use for evaluation, demonstration   *
*  and NX-OS education. Any use or disclosure, in whole or in part of     *
*  the Nexus 9000v Software or Documentation to any third party for any   *
*  purposes is expressly prohibited except as otherwise authorized by     *
*  Cisco in writing.                                                      *
***************************************************************************
switch# 
switch# 
SW2# exit
Connection to 1.1.1.2 closed.
switch# 
switch# 
switch# 
switch# conf t
Enter configuration commands, one per line. End with CNTL/Z.
switch(config)# hostname SW1
SW1(config)# end
SW1# ssh 1.1.1.2   <- 접속 시 Error 발생
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@   Error 발생 로그
@    WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!     @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!
Someone could be eavesdropping on you right now (man-in-the-middle attack)!
It is also possible that a host key has just been changed.
The fingerprint for the RSA key sent by the remote host is
SHA256:Ge3Iw6VptpLG/8e2CiRTGfPeSAp5XrFrsqUKz/U8etw.
Please contact your system administrator.
Add correct host key in /var/home/admin/.ssh/known_hosts to get rid of this message.
Offending RSA key in /var/home/admin/.ssh/known_hosts:1
RSA host key for 1.1.1.2 has changed and you have requested strict checking.
Host key verification failed.

 


SW1# clear ssh hosts    <- clear 후 해결
SW1# 
SW1# ssh 1.1.1.2
The authenticity of host '1.1.1.2 (1.1.1.2)' can't be established.
RSA key fingerprint is SHA256:Ge3Iw6VptpLG/8e2CiRTGfPeSAp5XrFrsqUKz/U8etw.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added '1.1.1.2' (RSA) to the list of known hosts.
Outbound-ReKey for 1.1.1.2:22
Inbound-ReKey for 1.1.1.2:22
User Access Verification
Password: 

Cisco NX-OS Software
Copyright (c) 2002-2019, Cisco Systems, Inc. All rights reserved.
Nexus 9000v software ("Nexus 9000v Software") and related documentation,
files or other reference materials ("Documentation") are
the proprietary property and confidential information of Cisco
Systems, Inc. ("Cisco") and are protected, without limitation,
pursuant to United States and International copyright and trademark
laws in the applicable jurisdiction which provide civil and criminal
penalties for copying or distribution without Cisco's authorization.

Any use or disclosure, in whole or in part, of the Nexus 9000v Software
or Documentation to any third party for any purposes is expressly
prohibited except as otherwise authorized by Cisco in writing.
The copyrights to certain works contained herein are owned by other
third parties and are used and distributed under license. Some parts
of this software may be covered under the GNU Public License or the
GNU Lesser General Public License. A copy of each such license is
available at
http://www.gnu.org/licenses/gpl.html and
http://www.gnu.org/licenses/lgpl.html
***************************************************************************
*  Nexus 9000v is strictly limited to use for evaluation, demonstration   *
*  and NX-OS education. Any use or disclosure, in whole or in part of     *
*  the Nexus 9000v Software or Documentation to any third party for any   *
*  purposes is expressly prohibited except as otherwise authorized by     *
*  Cisco in writing.                                                      *
***************************************************************************
switch# 

반응형