Host BlankPassword
    TryEmptyPassword yes
    FipsMode yes
    Ciphers aes128-cbc,3des-cbc,aes192-cbc,aes256-cbc
    Macs hmac-sha1
    Protocol 2
    StrictHostKeyChecking no
    KbdInteractiveAuthentication no
    ChallengeResponseAuthentication no
    RSAAuthentication no
    PreferredAuthentications publickey,password,gssapi-with-mic,external-keyx,gssapi,keyboard-interactive
    ServerAlive yes
    connectionReuse no
    matchhostname no
#EndHost

Host NonBlankPassword
    TryEmptyPassword no
    FipsMode yes
    Ciphers aes128-cbc,3des-cbc,aes192-cbc,aes256-cbc
    Macs hmac-sha1
    Protocol 2
    StrictHostKeyChecking no
    KbdInteractiveAuthentication no
    ChallengeResponseAuthentication no
    RSAAuthentication no
    PreferredAuthentications publickey,password,gssapi-with-mic,external-keyx,gssapi,keyboard-interactive
    connectionReuse no
    matchhostname no
#EndHost

