About 2,490,000 results
Open links in new tab
  1. Why am I still getting a password prompt with ssh with public key ...

    If ~/.ssh or authorized_keys is a symbolic link, the canonical path (with symbolic links expanded) is checked. Your ~/.ssh/authorized_keys file (on the remote machine) must be readable (at least 400), …

  2. How to fix "ssh: connect to host github.com port 22: Connection timed ...

    So I tried using an SSH connection made over the HTTPS port by editing the config file ~/.ssh/config but to no avail. Host github.com Hostname ssh.github.com Port 443 Finally, I found this article which …

  3. ssh - How to fix warning about ECDSA host key - Super User

    I'm trying to setup password-less SSH on an Ubuntu server with ssh-copy-id myuser@myserver, but I'm getting the error: Warning: the ECDSA host key for 'myserver' differs from the key for the IP a...

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

  5. git - How do I access my SSH public key? - Stack Overflow

    I've just generated my RSA key pair, and I wanted to add that key to GitHub. I tried cd id_rsa.pub and id_rsa.pub, but no luck. How can I access my SSH public key?

  6. 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. The default is …

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

    Now I want to use multiple ssh keys (so my key will get the name "id_rsa_test", so how do I configure the .ssh/config file under Windows, that it works with a usual git server? The most examples I found …

  8. How to disable weak ciphers in SSH? - Unix & Linux Stack Exchange

    Furthermore, using ssh with the -c option to explicitly specify a cipher will override the restricted list of ciphers that you set in ssh_config and possibly allow you to use a weak cipher. This is a feature that …

  9. ssh - Error 'Permission denied (publickey,password)' - Super User

    From the output, it looks like ssh is trying to use an identiy file (lines 5-8 inclusive). If you have an identity file you are using, be sure the permissions are set so only the owner can read/write.

  10. ssh_exchange_identification: read: Connection reset by peer

    On the host server, remove the ssh pub.key located here: ~/.ssh/authorized_keys for your mac. Then tail -f /var/log/auth.log while you open another terminal and try to ssh again ssh -v me@server. If you are …