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

  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 modify ~/.ssh folder & files in windows? - Stack Overflow

    Apr 14, 2014 · So how do I get the same functionality of the ~/.ssh folder in windows so I can update/add/modify ssh settings and use it to automatically connect to remote hosts that have …

  4. virtualbox - Where is the .ssh directory? - Ask Ubuntu

    Dec 9, 2016 · The .ssh directory is not by default created below your home directory. When you call ssh somehost (replace 'somehost' by the name or IP of a host running sshd), the directory …

  5. Change default path of the whole .ssh folder - Ask Ubuntu

    Aug 17, 2021 · This might not be what you are looking for, but you can move the contents of your entire ~/.ssh directory to some other directory, then delete ~/.ssh and create a symbolic link to …

  6. linux - Permissions on private key in .ssh folder? - Super User

    I changed my permissions in my .ssh folder and now when I use a piece of software that uses my private key, I have to type my password each time. What should my permissions be on my …

  7. Windows 10 SSH folder and known_hosts file is missing

    Apr 14, 2021 · Windows 10 SSH folder and known_hosts file is missing Asked 4 years, 8 months ago Modified 4 years, 8 months ago Viewed 12k times

  8. unix - .ssh directory not being created - Stack Overflow

    To fix your problem, you can either ssh to some other location: ssh [email protected] and accept new key - it will create directory ~/.ssh and known_hosts underneath, or simply create it …

  9. How can I ssh directly to a particular directory? - Stack Overflow

    In my solution you have to enter into the directory once and then every new ssh session goes to the same dir (after the first logout). How to ssh to the same directory you have been in your …

  10. How to access and modify a SSH file on mac? [closed]

    Jan 10, 2019 · When you generate a new connection, ssh will add that into another file named know_hosts under the .ssh folder. If you modify these names without knowing what they do, …