Relative Content

Tag Archive for ssh

ssh — client_loop: send disconnect: Broken pipe

I came across client_loop: send disconnect: Broken pipe problem when I ssh from a Ubuntu server to another Ubuntu server. The connection will automatically closes out after 15 mins idle time. I think it is a good security feature to automatically time-out an idle ssh session. However, I would like to control “15 mins” to other suitable interval, such as “60 mins”.

I tried SSH login attempts against my website

I automated login attempts against my website and I did it from a virtual machine.
My purpose was to find out if I will be able to track any SSH login attempts’s ips.
If any hacker tries to attempt a login from SSH server.
Will I be able to trace their ID and find out who they are?