About 50 results
Open links in new tab
  1. 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 …

  2. 24.04 - SSH connection refused - Ask Ubuntu

    Nov 16, 2024 · openssh-server: Installed: (none) First, the ssh needs to be installed. Note: openssh-server is the same as ssh by now. (Ubuntu 24.04.01) (All below is for all to copy and …

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

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

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

  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 …

  7. Installing openssh-server in Ubuntu-24.04 on WSL2

    Apr 29, 2024 · I just installed Ubuntu-24.04 from the Microsoft Store into WSL2 on my Windows 11 host. The first thing I wanted to install after logging in and upgrading the installation was …

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

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

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