Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

Update or Remove Single Entry from Known Hosts

// to update
ssh-keyscan -t ecdsa 192.168.1.71 >> ~/.ssh/known_hosts


// to remove
ssh-keygen -f ~/.ssh/known_hosts -R 192.168.1.71
Comment

PREVIOUS NEXT
Code Example
Shell :: screen shot linux 
Shell :: git cherry pick changes of only one file from commit 
Shell :: fix low battery life windows 
Shell :: Error getting SSL certificate "default/tls-secret": local SSL certificate default/tls-secret was not found. Using default certificate 
Shell :: cmd echo empty line 
Shell :: Authentication required. System policy prevents WiFi scans 
Shell :: find directory inodes usage 
Shell :: Install PNPM in your linux distro 
Shell :: smbclient 
Shell :: linux stop xmrig 
Shell :: systemd service after internet connection 
Shell :: kompozer download ubuntu 
Shell :: linux stderr in strout umleiten 
Shell :: uniq only print unique lines 
Shell :: vim replace word with copied 
Shell :: how to install multible package in linux one line of code 
Shell :: how to fix expired key when apt update 
Shell :: sed remove line 
Shell :: gigabyte b550M enable TPM 
Shell :: bash ip l2tp add tunnel 
Shell :: replace the sound of mp4 video linux 
Shell :: download it from Ubuntu package archives from a working computer, save it in a usb drive, mount it from tty1, and then use dpkg to install it. 
Shell :: decodificador h.264 necessario para reproduzir ubuntu 20 
Shell :: start-stop-daemon force kill sigkill 
Shell :: Solidus getting started 
Shell :: how to wait until a triggered pipeline completed gitlabci 
Shell :: docker-containers-noroutetohostexception-host-is-unreachable 
Shell :: asp.net core linux systemd 
Shell :: bash similiar to choice in cmd 
Shell :: cmd install mrjob 
ADD CONTENT
Topic
Content
Source link
Name
6+7 =