• Sl chevron_right

      How to determine which SSH public key was uploaded to the web service

      pubsub.slavino.sk / sleeplessbestie · Friday, 23 July, 2021 - 06:47 edit

    Determine which SSH public key was uploaded to the web service. Sample list of uploaded SSH public keys. Display local key fingerprints using md5 hash algorithm. $ find ~/.ssh/ -maxdepth 1 -type f -exec bash -c 'if [[ "$( file -b "{}" )" == *private* ]]; then echo -e "{} $(ssh-keygen -l -f {} -E […]

    Značky: #Debian, #Bullseye, #Linux, #SysOps