About 501,000 results
Open links in new tab
  1. ssh tunneling - How do I use the ssh -i option to specify a ssh …

    Jan 2, 2018 · I need to connect to a SSH proxy server using a ssh keypair that I created specifically for it (not my default id_rsa keypair). I see from the ssh manual that there is a -i …

  2. openssh - How to ssh to remote server using a private key? - Unix ...

    However, I would be creating a bash script from server 1 that will execute some commands on server 2 via SSH. How do I SSH to Server 2 using my private key file from Server 1?

  3. How do you mitigate the Terrapin SSH attack? - Unix & Linux …

    Dec 22, 2023 · By carefully adjusting the sequence numbers during the handshake, an attacker can remove an arbitrary amount of messages sent by the client or server at the beginning of …

  4. Suppress banner for `ssh` or `scp` - Unix & Linux Stack Exchange

    Oct 31, 2016 · Is there a way to suppress the banner output that's sent from sshd using the Banner option when using ssh clients like ssh or scp? I've looked at the options and config file, …

  5. security - Command to delete a public key from the …

    Oct 17, 2022 · About SSH - if in the client is executed the command: ssh-keygen -R <hostname|ip> The public key(s) of the server is/are removed from the ~/.ssh/known_hosts file …

  6. SSH- "Unable to negotiate ... no matching host key type found."

    Nov 27, 2022 · I have a shell server on an embedded system (It's a 32Bit ARMel system). When I go to login to it, I use: $ ssh root@ip Unable to negotiate with ip port 22: no matching host key …

  7. Specifying SSH KexAlgorithms works at CLI but not via ssh_config

    Apr 5, 2016 · By default, my SSH client disallows the use of the diffie-hellman-group-exchange-sha256 key exchange algorithm. However, I need to access a server on 10.0.0.1 that requires …

  8. Specifying an IdentityFile with SSH - Unix & Linux Stack Exchange

    I am trying to make a more streamlined means to establish an SSH client connection to a remote server. I have created a public/private keypair and used ssh-copy-id to install the public key …

  9. Why is SSH, Active: inactive (dead)? - Unix & Linux Stack Exchange

    Dec 11, 2018 · Want to improve this question? As written, this question is lacking some of the information it needs to be answered. If the author adds details in comments, consider editing …

  10. ssh - How to disable weak HMAC Algorithms? Not found in …

    Feb 3, 2023 · Nevermind, the man page of sshd that you linked says " If the specified value begins with a ‘-’ character, then the specified algorithms (including wildcards) will be removed …