moved to *any* type public key

preparing for ED25519 key
This commit is contained in:
Bryan Joshua Pedini 2022-08-03 08:23:08 +02:00
parent ae3732ebbb
commit 42c11470b9
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
alias pubkey='cat ~/.ssh/id_rsa.pub'
alias pubkey='cat ~/.ssh/id_*.pub'
alias hosts='sudo nano /etc/hosts'
alias historygrep='history | grep'
alias sshconfig='nano ~/.ssh/config'