About 39,500 results
Open links in new tab
  1. openssh-client/openssh-server show different version than ssh -V

    Jul 2, 2024 · OpenSSH_8.9p1 Ubuntu-3ubuntu0.10, OpenSSL 3.0.2 15 Mar 2022 So both my openssh-client and openssh-server are on version 8.9p1-3 which is the patched version, but when I run ssh -V …

  2. 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 match given that …

  3. How to correctly update OpenSSH version on virtual machine

    Mar 15, 2022 · sudo apt-get remove openssh-server openssh-client Is it safe to execute those commands on a virtual server that I am connect via SSH? Will I not be disconnected from the VM? …

  4. 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. aptitude install …

  5. openssh - SSH problem after update - Ask Ubuntu

    10 Setting up openssh-server (1:5.3p1-3ubuntu7) ... Creating SSH2 RSA key; this may take some time ... Creating SSH2 DSA key; this may take some time ... start: Job failed to start Can't initialize ssh, …

  6. 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) for ssh 8.9 which …

  7. security - OpenSSH version upgrade to 9.8 - Ask Ubuntu

    Jul 10, 2024 · The versions of OpenSSH up to 4.4p1, plus versions from 8.5p1 to 9.7p1 running on glibc-Linux, are vulnerable. The latest version on Openssh was released on July 1, 2024. So when will the …

  8. openssh - SSH version shows older one after upgrading - Ask Ubuntu

    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-4ubuntu0.3 Which …

  9. Certificate authority in known_hosts file not recognized - OpenSSH

    Jul 31, 2024 · Certificate authority in known_hosts file not recognized - OpenSSH Ask Question Asked 1 year, 4 months ago Modified 1 year, 4 months ago

  10. 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 seeing …