每隔一段时间我就会做一些类似的事情
ssh user@host sudo thing
我还记得 ssh 默认不分配伪 tty。为什么不呢?如果我别名ssh为 ,我会失去什么好处ssh -t?
ssh
ssh -t
ssh tty
ssh ×1
tty ×1