About 1,130,000 results
Open links in new tab
  1. SSH returns: no matching host key type found. Their offer: ssh-dss

    Oct 12, 2016 · 385 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 …

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

  3. 24.04 - SSH connection refused - Ask Ubuntu

    Nov 16, 2024 · systemctl edit ssh.socket [Socket] ListenStream= ListenStream=5643 systemctl restart ssh.socket After restarting the socket, we were able to connect to SSH via the new port. Everything …

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

  6. Easiest way to copy ssh keys to another machine? - Ask Ubuntu

    Here, ssh-rsa indicates that the key is a RSA key, AAAAB3Nza .... UyDOFDqJp is the actual key and lekensteyn is the comment. Save the key by pressing Import Public Key If everything went well, your …

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

    If you run ssh and DISPLAY is not set, it means ssh is not forwarding the X11 connection. To confirm that ssh is forwarding X11, check for a line containing Requesting X11 forwarding in the output of ssh …

  8. How to run the SSH server on a port other than 22 - Ask Ubuntu

    Mar 14, 2012 · For example: ssh ssh://[email protected]:2222 where 2222 is the port number. Substitute the port number which you intend to use instead. Of course, remember that in order to …

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

  10. Why SSH takes a long time to Connect [duplicate]

    Please include the last few lines from running with ssh -vv when it's taking a long time to respond. Also, if you have access to the server logs, the entries from your connecting will probably be helpful as …