About 50 results
Open links in new tab
  1. Install OpenSSH with older OpenSSL version - Ask Ubuntu

    Dec 7, 2017 · OpenSSH 7.6p1 is an older version of OpenSSH which does not support the newer versions of OpenSSL like 1.1+. If you want to specifically compile that version of OpenSSH and not a …

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

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

    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 SSH key. The …

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

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

  6. openssh - How to solve 'Connection refused' errors in SSH connection ...

    Exactly the same problem here, also getting a mix of successful connects (which then work for hours), 'connection refused' and 'software caused connection abort' after the login or password entry. To …

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

  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. How do I retrieve the public key from a SSH private key?

    Jul 18, 2011 · A SSH private key as generated by ssh-keygen contains a public key part. How do I retrieve this public key from the private key? I've lost my public key and need to put the contents of …

  10. How do I restart the SSH service? - Ask Ubuntu

    Feb 14, 2012 · How do I stop/start ssh? I've tried /etc/init.d/ssh restart sudo service ssh restart sudo restart ssh I get errors every time.