mobaxterm -newtab "ssh -p PORT ID@IP"
※ no matching host key type found. their offer ssh-rsa ssh-dss 에러 발생시,
mobaxterm -newtab "ssh -o 'HostKeyAlgorithms ssh-rsa' -p PORT ID@IP"
mobaxterm -newtab "ssh -p PORT ID@IP"
※ no matching host key type found. their offer ssh-rsa ssh-dss 에러 발생시,
mobaxterm -newtab "ssh -o 'HostKeyAlgorithms ssh-rsa' -p PORT ID@IP"