Open links in new tab
  1. ssh tunneling - How do I use the ssh -i option to specify a ssh keypair ...

    Jan 2, 2018 · 6 I need to connect to a SSH proxy server using a ssh keypair that I created specifically for it (not my default id_rsa keypair). I see from the ssh manual that there is a -i option that I can use to …

  2. SSH client does not offer public key to SSH server - Ask Ubuntu

    Oct 13, 2024 · I can't connect to my Ubuntu 22.04 server via SSH from exactly one host. I can connect to that server from other hosts with no problems. But, when I try to connect from that host with: ssh …

  3. SSH returns: no matching host key type found. Their offer: ssh-dss

    Oct 12, 2016 · 386 I am accustomed to using Putty on a Windows box or an OSX command line terminal to SSH into a NAS, without any configuration of the client. Ubuntu 16.04 attempts to SSH into the …

  4. What is the difference between /etc/ssh/ and ~/.ssh?

    Apr 23, 2018 · When you connect to an SSH server, you identify yourself to the server (using either your login and password, or a key), and the server identifies itself to you, using its host key. This is …

  5. SSH- "Unable to negotiate ... no matching host key type found."

    Nov 27, 2022 · I have a shell server on an embedded system (It's a 32Bit ARMel system). When I go to login to it, I use: $ ssh root@ip Unable to negotiate with ip port 22: no matching host key type found. …

  6. How to forward X over SSH to run graphics applications remotely?

    I have a machine running Ubuntu which I SSH to from my Fedora 14 machine. I want to forward X from the Ubuntu machine back to Fedora so I can run graphical programs remotely. Both machines are on …

  7. ssh - How to fix "ssh_exchange_identification: read: Connection reset ...

    May 25, 2017 · I cannot connect to my server via ssh using my computer, but I can connect to this server via my cell phone using termius app. I have checked /etc/hosts.allow and /etc/hosts.deny and …

  8. openssh - How to ssh to remote server using a private key? - Unix ...

    Oct 25, 2011 · However, I would be creating a bash script from server 1 that will execute some commands on server 2 via SSH. How do I SSH to Server 2 using my private key file from Server 1?

  9. ssh/sshd breaking changes in 24.04 - Ask Ubuntu

    Jun 9, 2025 · AFAIK ssh has always been the "correct" name for the service - sshd.service is an alias - which you should still see in the [Install] section of the default service file (using systemctl cat …

  10. SSH connection problem with "Host key verification failed..." error

    Mar 13, 2016 · Use ssh-keyscan -t rsa @targethost >> ~/.ssh/known_hosts to directly insert it in the known_hosts without having to manually copy it in there. With this, you do not have to use …