Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

validate ssh key

# Comparing SSH Private & Public Keys
$ ssh-keygen -l -f id_rsa
2048 SHA256:SIGNATURE cptest@domain.tld (RSA)
$ ssh-keygen -l -f id_rsa.pub
2048 SHA256:SIGNATURE cptest@domain.tld (RSA)
# Compare SIGNATURES to validate matching key pairs.
# CAUTION improper usage of ssh-keygen will overwrite your files.
Comment

PREVIOUS NEXT
Code Example
Shell :: how to ssh linux 
Shell :: secure copy linux 
Shell :: create git 
Shell :: ufw rules 
Shell :: bash delete files older than 
Shell :: generate gpg key 
Shell :: git set username and email 
Shell :: gdal_translate kmz transparent nodata 
Shell :: what is force checkout in git 
Shell :: snap cli install bitwarden 
Shell :: login message on mac 
Shell :: ubuntu 2022 theme 
Shell :: Basic Authorization failed for user 
Shell :: crontab error to null 
Shell :: http://archive.linux.duke.edu/ubuntu bionic/universe i386 libsndio6.1 i386 1.1.0-3 
Shell :: Jager setup on Docker 
Shell :: gnome-desktop-item-edit install for kali 
Shell :: how to convert shell script to yaml file 
Shell :: running simple project with "Fresh" framwork 
Shell :: sls install plugin 
Shell :: install exercism 
Shell :: git commit remove and restore 
Shell :: docker compose kong 
Shell :: delete the branch with the old name on the remote repository 
Shell :: How to search for files using ? to match file extension 
Shell :: view ip rules linux 
Shell :: Display curl output in readable JSON format in Unix shell script 
Shell :: vscode find all @media 
Shell :: bash rename different file names with zero padding 
Shell :: get nsg of vm az 
ADD CONTENT
Topic
Content
Source link
Name
1+6 =