카테고리 없음
mobaxterm command line (cmd) ssh
Lawmin
2024. 6. 13. 09:53
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"