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

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

  4. How to update SSH 8.9 to version 10.0 on Ubuntu 22.04?

    May 1, 2025 · Security audit has highlighted that we are vulnerable to CVE-2023-28531 and adviced to install OpenSSH version 9.3 or higher. I am interesting if there is a solution (patch) …

  5. openssh - open ssh cannot be accessed after update kernel

    Aug 26, 2024 · Can anyone help? I just installed the ubuntu server ubuntu 24.04 LTS for the webserver, and everything works fine, after updating the kernel sftp cannot be accessed, I …

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

    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 …

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

  8. openssh - How to access home ssh server from outside via the …

    Aug 30, 2021 · Warning Allowing access to any port from the Internet is risky. By default the home router acts as a barrier between your home network and the rest of the world. Forwarding a …

  9. openssh - How can I reconnect to a ssh session after a broken pipe ...

    Sep 22, 2012 · While you can't reattach to a broken SSH session, you can reparent the process running inside SSH – functionally equivalent to what you want. Instructions In your case, you …

  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 …