windows terminal 配合 wsl 可以玩出很多技巧来:
wsl -e sshpass -p 12345 sftp -P 22 root@10.0.25.19 wsl -e sshpass -p 12345 ssh -t root@10.0.25.19 -p 22