About 985,000 results
Open links in new tab
  1. Location of OpenSSH configuration file on Windows

    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 …

  2. Windows Server 2022 openssh sftp change default directory

    Feb 19, 2024 · Windows Server 2022 Installed optional feature OpenSSH Server With FileZilla I connect to server as MyUser which opens to /C:/Users/MyUser/ which is the default directory.

  3. Alternative to ssh-copy-id on windows - Super User

    Oct 14, 2022 · I want to copy an SSH public key to a remote device on Windows. I'm not using PuTTYgen rather just OpenSSH through PowerShell. I ran ssh-keygen -t rsa And it gave me a …

  4. openssh - SSH connection reset on Windows - Super User

    Apr 17, 2023 · I'm struggling to setup the OpenSSH on my Windows system. I tried to follow both a system installation (like this) and a manual installation from the binaries. I copied the …

  5. Windows SSH server refuses key based authentication from client

    Jun 7, 2019 · On Windows 10 1809, I have enabled the in-built SSH server, and have configured it. On another machine, I have used WinSCP and PuTTy generator to generate an …

  6. passwordless ssh from linux to windows - Super User

    May 3, 2018 · I am trying to login to Windows without password from a Linux server. I have already installed OpenSSH from GitHub and I'm able to do scp and ssh. I tried copying the …

  7. openssh - Secure Windows SSH Key with Windows Hello / TPM

    Oct 23, 2023 · After that, it kinda works. When I create an new key ( ssh-keygen -t ed25519-sk ) Windows asks me to connect a USB sceurity key. However, I don't get Windows Hello as an …

  8. Can't install open ssh server in windows 10 - Super User

    Nov 17, 2021 · I am unable to install open ssh server in windows 10 .I have use the GUI methord (add optional features)but it did not worked then i checked it is already installed or not using …

  9. Starting OpenSSH server in Windows with debug messages …

    Mar 23, 2021 · I have a very strange problem trying to make the OpenSSH server that ships with Windows 10 working fine. Basically, if I start the service manually by running …

  10. Windows 11 SSH fails to connect using a private key specified in …

    Dec 22, 2023 · I'm trying to set up SSH to connect to my host using a private key instead of a password, but the Windows SSH client is failing to connect to my host: PS C:\Users\user> ssh …