'Split terminal with differents ssh connections

I need to connect in three differents servers, but i need to use same commands into three machines.

alias ssh_srv1="ssh -i ~/.oci/srv1.key [email protected]"
alias ssh_srv2="ssh -i ~/.oci/srv2.key [email protected]"
alias ssh_srv3="ssh -i ~/.oci/srv3.key [email protected]"


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source