1
0
mirror of https://github.com/akelge/zsh synced 2025-07-02 12:45:27 +00:00
Files
zsh/zsh.d/zshfunctions/delkey
Andrea Mistrali 788055e8d3 Changed delkey to a function
Before delkey was an alias and could only be invoked passing
an host as argument, now it accepts also user@host, will clean
up the argument and delkey
2024-11-19 20:12:27 +01:00

2 lines
37 B
Plaintext

ssh-keygen -R $(echo $1|cut -d@ -f2)