About 69,600 results
Open links in new tab
  1. OpenSSH Server stopped working after apt update on Ubuntu 24.04

    Aug 7, 2025 · During the upgrade of openssh-server from 1:9.6p1-3ubuntu13.12 to 1:9.6p1-3ubuntu13.13 it should have noticed that /etc/ssh/sshd_config had been modified and given …

  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 …

  3. openssh - Uninstalling ssh - Ask Ubuntu

    Aug 5, 2015 · 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 …

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

  5. openssh - ssh refusing connection with message "no hostkey alg"

    Mar 15, 2013 · My SSH connections worked well, but from last week SSH from my laptop to my board refusing connection. I can make a SSH connection from the board to laptop, but not vice …

  6. Enable SSH in WSL system - Ask Ubuntu

    May 22, 2021 · Install OpenSSH server in Windows (instructions). Access your WSL instance remotely using ssh -t windows_user@windows_host wsl. That just connects to the Windows …

  7. openssh - ssh no matching host key type found - Ask Ubuntu

    Nov 12, 2023 · I tried your suggestion, but wasn't able to get through. Still getting same type of offer from remote host.: chia@hp1:~$ ssh -o HostKeyAlgorithms=+ssh-rsa -o …

  8. openssh - How to solve 'Connection refused' errors in SSH …

    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 …

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

  10. Login SSH with .ppk file on Ubuntu Terminal

    Aug 31, 2016 · Install the putty tools, if you don`t have on Linux: sudo apt-get install putty-tools Generate the pem file run the following command: puttygen keyname.ppk -O private-openssh …