About 1,210,000 results
Open links in new tab
  1. How to force ssh to use a specific private key? - Super User

    Mar 19, 2025 · With ssh -i <private key filename> you can instruct ssh to use an extra private key to try authentication. The documentation is not clear on how to explicitly use only that key.

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

  3. How to avoid being asked "Enter passphrase for key" when I'm …

    Dec 16, 2017 · Remote SSH login password would be enough in this case. I can speculate that this prevents adding your public key (which is paired with encrypted private key) without …

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

  5. ssh authorized_keys file location and permissions - Super User

    Aug 2, 2021 · I am confused on the permissions that ssh requires when dealing with custom authorized_keys files. For example, assuming that we have a server the following line in file …

  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. linux - SSH Port forwarding - Super User

    This machine is refered to by "remote". Local port forwarding with ssh means you connect from your client to your server and thereby open a tunnel so that another program on your client …

  8. .ssh/config file for Windows 10's SSH? - Super User

    Apr 21, 2020 · IdentitiesOnly yes (Source) NOTICE 1: The tag named IdentitiesOnly will tell SSH to not try every identity file within that folder, but only the one’s defined. By default, SSH will …

  9. git - SSH - How to add host to ssh/known_host file - Super User

    Dec 4, 2018 · To automatically add a key for a new host, just SSH to it. To manually add a key for a new host, 1) open the known_hosts file in your text editor and 2) add the key for a new host, …

  10. ssh - How to upload local file to server through Linux terminal ...

    Dec 10, 2014 · want to transfer my local file to server by using Linux Terminal.Suppose we used to access server by putty or ssh but not able to transfer there file by on same terminal.