About 58,900 results
Open links in new tab
  1. How to correctly update OpenSSH version on virtual machine

    Aug 22, 2024 · 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? …

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

  3. 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 …

  4. 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, …

  5. 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

  6. 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 …

  7. 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-agent.service user …

  8. 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 …

  9. openssh - How do I install an SSH private key generated by PuTTYgen ...

    Nov 29, 2010 · The easiest way to install OpenSSH private keys is by creating or editing ~/.ssh/config, as answered below. You need to export your PuTTY private key as an OpenSSH key.

  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 …