Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

ssh remove known_hosts entry

ssh-keygen -R "hostname"
Comment

can i remove known_hosts file

# There are two solutions that have worked for me:

#1 generate new key for your hostname (this is the most ideal solution)
ssh-keygen -R YOUR_IP_OR_HOSTNAME

#2 remove whole file and let ssh create one again automaticly
rm -f .ssh/known_hosts
Comment

PREVIOUS NEXT
Code Example
Shell :: install tor browser ubuntu 
Shell :: install curl mac 
Shell :: como desistalar o code visual code linux 
Shell :: bash multiple commands one line 
Shell :: linux add to path 
Shell :: conda update package 
Shell :: ubuntu ocamlfuse 
Shell :: git push force 
Shell :: command to check working of gpu in linux 
Shell :: save git username and password 
Shell :: bash for file in 
Shell :: resize image on github comment 
Shell :: docker install manjaro 
Shell :: how to install geoquery in r 
Shell :: force delete pod kubernetes 
Shell :: install babel core 
Shell :: abort git merge 
Shell :: c++ build system in sublime linux for competetive programming 
Shell :: remove ppa from ubuntu 
Shell :: install uvicorn 
Shell :: rename branch to main 
Shell :: install nginix server ubuntu linux 
Shell :: linux get partition list 
Shell :: configure aws cli on linux 
Shell :: docker remove all image 
Shell :: responsive grid system angular 
Shell :: yusuke persona 5 
Shell :: git new repo instructions 
Shell :: windows command turn off screen 
Shell :: windows services list 
ADD CONTENT
Topic
Content
Source link
Name
3+9 =