diff options
| author | 2026-05-18 01:25:46 -0600 | |
|---|---|---|
| committer | 2026-05-18 01:25:46 -0600 | |
| commit | dc54a69b7552d8d44adf25b8009992c4a2b395be (patch) | |
| tree | 0c1864e9239bf02fc83408be378d983070250ead /catkeys | |
init
Diffstat (limited to 'catkeys')
| -rwxr-xr-x | catkeys | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -0,0 +1,4 @@ +#!/bin/bash +# cat your authorized_keys + +cat -n "$HOME/.ssh/authorized_keys" |
