About 2,620,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 · /etc/ssh provides configuration for the system: default configuration for users (/etc/ssh/ssh_config), and configuration for the daemon (/etc/ssh/sshd_config). The various …

  3. How to access `/.ssh` directory in windows? - Stack Overflow

    Jun 28, 2022 · The default location for saving an SSH key is C:\Users\username\.ssh. So if you open Windows Command Prompt, you should be able to see if there is a .ssh/ subdirectory by …

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

    Oct 25, 2011 · ssh will simply ignore a private key file if it is accessible by others. It is possible to specify a passphrase when generating the key which will be used to encrypt the sensitive part …

  5. ssh - How to tell git which private key to use? - Super User

    ssh has the -i option to tell which private key file to use when authenticating:-i identity_file. Selects a file from which the identity (private key) for RSA or DSA authentication is read.

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

    When I do ssh [username]@[ip address] -p 2222, It turns out connection closed by [my ip address] port 2222. I restart my wsl2 and try many times, this time I got WARNING: REMOTE …

  7. 'ssh' is not recognized as an internal or external command

    Just found a case when the integrated terminal hasn't recognized 'ssh' as command, but you tried 'ssh' that was working on external terminals like CMD, git-bash. That means you didn't add …

  8. .ssh/config file for windows (git) - Stack Overflow

    $ ssh -T [email protected] [email protected]'s password: Again, If i manually copy my key to "id_rsa" and "id_rsa.pub", then this works fine. After running ssh-add, observe the victory in …

  9. Location of OpenSSH configuration file on Windows - Super User

    Apr 1, 2020 · The SSH keys and configuration file reside in C:\ProgramData\ssh, which is a hidden folder. The default shell used by SSH is the Windows command shell. This needs to …

  10. What is the difference between SSH and HTTP? - Stack Overflow

    Apr 17, 2021 · Both ssh and HTTP are protocols to communicate between client and server.Following are the basic difference between SSH and HTTP. SSH means “Secure …