License: (CC 3.0) BY-NC-SA
Trouble Shoot
Write Failed: Broken Pipe
if long time with no data transfer, ssh will automatically broke
root@:vim /etc/ssh/ssh_config
add or overwrite
ServerAliveInterval 60
this will automatically send a KeepAlive request every ServerAliveInterval seconds
Specify a port
ssh -p 2222 user@somehost