Host master
        HostName 123.123.123.1
        User oeo
        IdentityFile /root/.ssh/id_rsa_new_oeo
        IdentityFile /root/.ssh/oeo_id_rsa
        IdentityFile /home/sma/.ssh/sma_rsa
        StrictHostKeyChecking no
        UserKnownHostsFile=/dev/null
        ServerAliveInterval 4
        ServerAliveCountMax 5
        TcpKeepAlive no

Host slave
        HostName 123.123.123.2
        User oeo
        IdentityFile /root/.ssh/id_rsa_new_oeo
        IdentityFile /root/.ssh/oeo_id_rsa
        IdentityFile /home/sma/.ssh/sma_rsa
        StrictHostKeyChecking no
        UserKnownHostsFile=/dev/null
        ServerAliveInterval 4
        ServerAliveCountMax 5
        TcpKeepAlive no

Host local
        HostName 127.0.0.1
        User oeo
        IdentityFile /root/.ssh/id_rsa_new_oeo
        IdentityFile /root/.ssh/oeo_id_rsa
        IdentityFile /home/sma/.ssh/sma_rsa
        StrictHostKeyChecking no
        UserKnownHostsFile=/dev/null
        ServerAliveInterval 4
        ServerAliveCountMax 5
        TcpKeepAlive no

Host *
        User MAW_Connection
        ServerAliveInterval 60
        ServerAliveCountMax 6
