Host mail
    Hostname sftp-source.mail.svc.cluster.internal
    IdentityFile /home/user/.ssh/id_ed25519
    User user
    HostKeyAlgorithms=+ssh-ed25519

Host cloud
    Hostname sftp-source.cloud.svc.cluster.internal
    IdentityFile /home/user/.ssh/id_ed25519
    User user
    HostKeyAlgorithms=+ssh-ed25519

Host code
    Hostname sftp-source.code.svc.cluster.internal
    IdentityFile /home/user/.ssh/id_ed25519
    User user
    HostKeyAlgorithms=+ssh-ed25519

Host social
    Hostname sftp-source.social.svc.cluster.internal
    IdentityFile /home/user/.ssh/id_ed25519
    User user
    HostKeyAlgorithms=+ssh-ed25519

Host matrix
    Hostname sftp-source.matrix.svc.cluster.internal
    IdentityFile /home/user/.ssh/id_ed25519
    User user
    HostKeyAlgorithms=+ssh-ed25519

Host files
    Hostname sftp-source.files.svc.cluster.internal
    IdentityFile /home/user/.ssh/id_ed25519
    User user
    HostKeyAlgorithms=+ssh-ed25519

Host media
    Hostname sftp-source.media.svc.cluster.internal
    IdentityFile /home/user/.ssh/id_ed25519
    User user
    HostKeyAlgorithms=+ssh-ed25519
    
