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

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

  3. How do I force SSH to use password instead of key?

    Nov 17, 2018 · So I need to log in to a machine using a password instead of a key, which I practically never do. Seems it should be easy but nope, ssh refuses to use anything but a key. …

  4. SSH: Connection closed by remote server - Stack Overflow

    I am trying to ssh login to my remote server. But whenever i try to login through terminal using ssh command: ssh root@{ip_address} I get error: Connection closed by {ip_address} I checked hosts

  5. linux - ssh script returns 255 error - Stack Overflow

    Mar 18, 2016 · ssh: connect to host HOSTNAME port 22: Connection refused Check-list: What happens if you run the ssh command directly from the command line? Are you able to ping …

  6. How does ssh -X function? - Unix & Linux Stack Exchange

    Aug 17, 2010 · When using ssh -X is the executable copied and run locally or is it run on the host machine. Since it is called X11 forwarding it makes me think that the window is drawn on my …

  7. How do I change the allowed host key algorithms for SSH?

    May 22, 2020 · What is interesting there is the line: Skipping ssh-dss key /root/.ssh/id_dsa - not in PubkeyAcceptedKeyTypes. This variable sounds like what I am looking for, but it is not …

  8. How to specify password in ssh command - Super User

    Nov 26, 2020 · From the terminal I type: ssh user@ip and then it prompts for a password. Is there a way to specify the password in the ssh command itself?

  9. VS Code Remote SSH Connection not working - Stack Overflow

    Sep 23, 2020 · This is done via Strg + Shift + P, then selecting "Remote-SSH: Kill VS Code Server on Host", " Uninstall VS Code Server from Host ". Clear your SSH configuration: Strg + …

  10. ssh - How to solve Permission denied (publickey) error when using …

    In terminal enter this command with your ssh file name pbcopy < ~/.ssh/id_rsa.pub This will copy the file to your clipboard Now open you github account Go to Settings > SSH and GPG keys > …