# Krathalan's ssh (client) config

Host *
    PasswordAuthentication no
    ChallengeResponseAuthentication no
    PubkeyAuthentication yes
    KexAlgorithms mlkem768x25519-sha256
    HostKeyAlgorithms ssh-ed25519-cert-v01@openssh.com,ssh-ed25519
    Ciphers chacha20-poly1305@openssh.com
    MACs hmac-sha2-512-etm@openssh.com

Include /etc/ssh/ssh_config.d/*.conf
