diff --git a/omalocal.sh b/omalocal.sh index e37dcda..33ad295 100755 --- a/omalocal.sh +++ b/omalocal.sh @@ -1170,7 +1170,6 @@ done # Override default with: SSH_PUBKEY=/path/to/key.pub ./omalocal.sh SSH_PUBKEY="${SSH_PUBKEY:-$HOME/.ssh/id_ed25519.pub}" if [ ! -f "$SSH_PUBKEY" ]; then - # Fall back to id_rsa.pub if ed25519 isn't there if [ -f "$HOME/.ssh/id_rsa.pub" ]; then SSH_PUBKEY="$HOME/.ssh/id_rsa.pub" else