About 533,000 results
Open links in new tab
  1. linux - How can I find current SSH protocol version of the current ...

    Mar 1, 2018 · I connect to a Linux machine (CentOS 6.4) using PuTTY. Except from fact that I can set PuTTY to only use one type of protocol, how can I find the current SSH connection's version (SSH1 …

  2. protocol version mismatch -- is your shell clean? - Server Fault

    There is a simple way to test if your shell is clean, for an ssh connection: run a command from the ssh connection, rather than starting an interactive shell. The false command will immediately terminate …

  3. ssh - Should I add 'Protocol 2' to my sshd_config? - Server Fault

    The new standard is SSH protocol version 2 | SSH-2. You don’t need to do anything on Debian 11 or other distributions, they already use SSH-2 by default and SSH‑1 is already completely disabled. …

  4. ssl - What causes SSH error: kex_exchange_identification: Connection ...

    May 4, 2020 · Weirdly, none actually try to authenticate to open a session. Some spiders and services like Shodan scans public ipv4 addresses for open services, e.g. salt masters, ftp servers, RDPs, and …

  5. What port does SFTP use? - Server Fault

    Oct 13, 2009 · While TCP port 22 is the general right answer, this is dependent on the fact that SSH is configured to use the standard port and not an alternative port. As SFTP runs as a subsystem of …

  6. ssh - How can default scp transfer protocol be overriden besides -O ...

    Jul 11, 2024 · 3 Changes to default behavior of scp from openSSH version 8 to version 9 require using scp with -O option to override the default use of the SFTP protocol. How can scp be configured to …

  7. How can I list MACs, Ciphers and KexAlgorithms supported by my ssh …

    From my research ssh uses the default ciphers as listed in man sshd_config. However I need a solution I can use in a script and man sshd_config does not list information about key length.

  8. ssh - How to recover from "Too many Authentication Failures for user ...

    Jul 6, 2009 · If you get the following SSH Error: $ Received disconnect from host: 2: Too many authentication failures for root This could happen if you have (default on my system) five or more …

  9. End SSH Sessions even when NO-OPs are being sent by clients

    Nov 18, 2020 · We are trying to find a good way to disconnect SSH sessions to our servers when users are leaving their SSH sessions connected when they go home for the day. The SSHD timeout …

  10. url - How can I create an SSH protocol link from my browser which will ...

    Jul 7, 2019 · Learn how to create an SSH protocol link from your browser using a jump host, with detailed steps and expert advice.