About 44,300 results
Open links in new tab
  1. Install openssh-9.9p2 from source on Ubuntu 24.10

    Feb 21, 2025 · Install OpenSSH 9.8. Download the latest OpenSSH package from a repository, extract it, configure the build environment, compile the source code, and install it.

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

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

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

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

  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. openssh - Error `could not load host key` when trying to recreate SSH ...

    Mar 24, 2015 · I am trying to recreate the ssh-server host keys. I have at least two ways to do this: With dpkg-reconfigure dpkg-reconfigure openssh-server This works fine, but I cannot give the key length …

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

  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 nothing has …