mirror of
https://github.com/akelge/zsh
synced 2025-07-02 12:45:27 +00:00
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
2 lines
37 B
Plaintext
2 lines
37 B
Plaintext
ssh-keygen -R $(echo $1|cut -d@ -f2)
|