In this post, we’ll see how to use video grep, an idea and a software made by Sam Lavigne. Everything is well explained in his GitHub repository or on this page, but…
Categoria: Linux
Remove authorized SSH keys from server
cd ~/.ssh sudo nano authorized_keys Remove manually the keys that you don’t want anymore (or use CTRL+K on that line) Write a comment if you have any problem.