#!/bin/bash KEY=${1:-$HOME/.ssh/id_rsa.pub} ssh-keygen -lf "${KEY}"