About 151,000 results
Open links in new tab
  1. 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 ssh will both install openssh-server and openssh-client, but unless you have a very strange configuration, you almost certainly already have openssh-client.

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

  3. 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 entry. To provide some additional details: in my case it's a 64-bit virtual machine (running Ubuntu Server 10.10) on a Microsoft Hyper-V host, using the "old network card" emulation.

  4. 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 installed, so not removed.

  5. openssh - How do I install an SSH private key generated by …

    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. Best way to use multiple SSH private keys on one client Host myshortname realname.example.com HostName realname.example.com IdentityFile ~/.ssh/realname_rsa # …

  6. 24.04 - SSH connection refused - Ask Ubuntu

    Nov 16, 2024 · Check whether the ssh has been installed. $> apt-cache policy openssh-server If the reply by the system looks like the one below, it is not installed. 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 paste conveniently.)

  7. openssh - SSH problem after update - Ask Ubuntu

    There seem to be 3 issues resulting in this behavior (for my system Ubuntu 14.04LTS): 1- ssh unknown job occurs when you try to use 'service ssh start' from a 'su' session. Solution is to use sudo service start from a logged in user that can 'sudo' 2- The existing init.d/ssh script is exiting quietly without actually starting sshd when ssh is on upstart 3- The main reason ssh does not …

  8. openssh - Error `could not load host key` when trying to recreate …

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

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

    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-versa. I tried that with my...

  10. Install OpenSSH with older OpenSSL version - Ask Ubuntu

    May 24, 2022 · 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 newer version (the latest is 9.0p1 by the way), you should be able to fix your issue by installing the OpenSSL 1.0 development headers like this (note that this package is only …

Refresh