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

  2. Setting up SSH keys for Bitbucket on Windows - Stack Overflow

    Apr 23, 2016 · Please follow the steps to add ssh key into bitbucket account to solve your issue. Open git bash terminal and enter the command ssh-keygen -t rsa -C "your email address" …

  3. ssh - Git error: "Host Key Verification Failed" when connecting to ...

    350 You are connecting via the SSH protocol, as indicated by the ssh:// prefix on your clone URL. Using SSH, every host has a key. Clients remember the host key associated with a particular …

  4. port forwarding - Differences between ssh -L to -D - Super User

    Apr 3, 2012 · I'm trying to understand the differences between ssh -L to -D. Is there anything else except for that -D is SOCKS only? Thanks!

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

    Apr 1, 2020 · How do I set the host name and port in a config file for Windows, using OpenSSH through PowerShell? As on Unix/Linux: Edit or create the file now by typing: nano …

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

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

  8. arguments - How can I force ssh to accept a new host fingerprint …

    If this flag is set to “accept-new” then ssh will automatically add new host keys to the user known hosts files, but will not permit connections to hosts with changed host keys.

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

  10. ssh - Meaning of “Connection closed by xxx [preauth]” in sshd logs ...

    I added an SSH key to the Google Cloud Platform VM, and it picked the username and saved the key under it, while I thought it was merely a metadata key, and was attempting to connect with …