sshd_config

  1. L

    About sshd_config file

    Can we manage multiple ssh config files in same system
  2. jeremyy44

    Jumpbox problem about needing more ssh key's

    Hi, So here is my situation. I have my user desktop, my jumpbox and my server. My thought here is I want to use my jumpbox as well a jumpbox server for ssh, and it works. But I tough I would only need to add the ssh key of the user to the jumpbox and the jumpbox to the server. Not the user...
  3. P

    Solved: client_loop: send disconnect: Broken pipe

    I'm running ubuntu server 20.04 and whenever I try to connect via ssh using the local IP address it immediately get the error client_loop: send disconnect: Broken pipe and it disconnects. This isn't a time out after not using the terminal for a while but happens as soon as I connect. I am now...
  4. V

    Linux SSH session getting stuck

    Hi, Am currently having a ubuntu 16 server. The server should be monitored and if it is idle for 10 min then it should stop. For stop I have done some scripting. The problem that I'm facing is that, I am calculating idle timeout by w command. In order to kill the ssh session which is idle, I...
  5. K

    disallow specific ssh ciphers and/or MACS (white list approach)

    Hi people, I have a report detailing weak ssh ciphers on a system. How can I dis-allow these specific weak ciphers. The common solution which I am aware of is adding the following lines in sshd_config (which is a black list approach): Ciphers aes128-ctr,aes192-ctr,aes256-ctr...
Top