dotfiles.git

commit c7dee9be6300ff1b864818ba4f44c04d12de49bb

Author: Adam <git@apiote.xyz>

add alias for ssh with forced password

 .config/sh/aliases | 1 +


diff --git a/.config/sh/aliases b/.config/sh/aliases
index a2122402f816b67dce84dc9c82d0502c650f9650..343dbe6d8b9c65cb4b87e212af2744c45f3db945 100644
--- a/.config/sh/aliases
+++ b/.config/sh/aliases
@@ -10,6 +10,7 @@ alias ffmpeg="ffmpeg -protocol_whitelist file,http,https,tcp,tls"
 alias gpg="gpg2"
 alias calc="echo '' | fzf --bind 'change:reload(qalc {q})'"
 alias ag="ag -U"
+alias sshp='ssh -o PasswordAuthentication=yes -o PreferredAuthentications=keyboard-interactive,password -o PubkeyAuthentication=no'
 #todo server
 alias ide="kak -e 'edit-or-dir .'"