About 44,500 results
Open links in new tab
  1. OpenSSH: "no matching host key type found" but it's actually there?

    I tried to connect using OpenSSH from ma machine and it works just fine. Other clients did manage to connect without any issue. Why can't this user connect? The host key type should …

  2. What's the difference between ssh and openssh packages?

    Aug 21, 2016 · Now look at that: it installs both openssh-client and openssh-server. So, what is the difference? aptitude install openssh-server will install only, and only openssh-server. …

  3. openssh - SSH version shows older one after upgrading - Ask …

    Dec 7, 2017 · When I run ssh -v localhost debug1: Local version string SSH-2.0-OpenSSH_7.9 debug1: Remote protocol version 2.0, remote software version OpenSSH_7.6p1 Ubuntu …

  4. How to update SSH 8.9 to version 10.0 on Ubuntu 22.04?

    May 1, 2025 · Security audit has highlighted that we are vulnerable to CVE-2023-28531 and adviced to install OpenSSH version 9.3 or higher. I am interesting if there is a solution (patch) …

  5. openssh - How do I install an SSH private key generated by …

    Nov 29, 2010 · The command for doing that is: ssh-keygen -i -f puttygen_key > openssh_key then you can copy the contents of openssh_key in to .ssh/authorized_keys just as with a normal …

  6. How to use the openssh agent systemd user "ssh-agent.service"?

    Feb 21, 2025 · I trying to use the openssh ssh agent systemd user service on Ubuntu 24.04. Starting from Ubuntu 16.10 and onwards, the openssh-client package contains a ssh …

  7. Upgrade OpenSSH from v8.9 to v9.3 on 22.04.2 LTS?

    Jun 9, 2023 · I'm working on shoring up some vulnerabilities in our environment, and one of them is that we're on OpenSSH 8.9. Our security team has advised us to upgrade to 9.3, but I'm not …

  8. openssh - Uninstalling ssh - Ask Ubuntu

    OpenSSH_6.6.1p1 Ubuntu-2ubuntu2, OpenSSL 1.0.1f 6 Jan 2014 But when I try to uninstall it completely using sudo apt-get purge openssh-server it says Package 'openssh-server' is not …

  9. openssh - SSH server listening on 0.0.0.0:22? - Ask Ubuntu

    SSH is a protocol for secure communication over an insecure network while sshd provides a daemon which responds to incoming SSH requests. When you specify a port in ssh use the -p …

  10. openssh - ssh command hangs indefinitely - Ask Ubuntu

    Sep 2, 2020 · I am trying to ssh into my ubuntu 18.04 remotely and my ssh command execution hangs after the password is authenticated. I have tried a lot of resolutions I found online but …