diff options
Diffstat (limited to 'catkeys')
| -rwxr-xr-x | catkeys | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ #!/bin/bash # cat your authorized_keys -cat -n "$HOME/.ssh/authorized_keys" +cat -n "$HOME/.ssh/authorized_keys" | sed 's/restrict,pty //' |
