#!/bin/bash
# cat your authorized_keys

cat -n "$HOME/.ssh/authorized_keys" | sed 's/restrict,pty //'
