ssh-keygen -f "/home/mg/.ssh/known_hosts" -R "ceph-1.grote.lan" als alias

This commit is contained in:
Michael Grote 2021-02-16 08:09:12 +01:00
parent dc66459d5a
commit d60515ced4

View file

@ -20,6 +20,7 @@ alias scs="systemctl status "
alias scr="systemctl restart "
alias scw="watch systemctl status "
alias scat="sudo cat "
alias ssh_rk="ssh-keygen -f /home/mg/.ssh/known_hosts -R "
# typo
alias mkae="make "
alias amke="make "