About 1,100,000 results
Open links in new tab
  1. ssh on windows - Corrupted MAC on input - Server Fault

    I've installed OpenSSH on Windows. I can successfully connect to my remote server via ssh with Putty from this Windows machine. But when opening a PowerShell, and trying ssh …

  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. windows ssh client: how to fix "no matching cipher found"

    Feb 2, 2022 · As a workaround I can connect to these machines by using another ssh client like putty or teraterm, but I would really like to standardize on the windows ssh client.

  4. Where is the known_hosts file for OpenSSH for Windows?

    Jul 18, 2011 · So, now I'm getting man in the middle attack warnings when I try to use SSH via Windows Powershell and OpenSSH for Windows. On a linux machine, I would just remove the …

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

  6. How to configure powershell for OpenSSH instead of cmd

    Jul 25, 2023 · I have a Windows 10 Pro machine that I can ssh into (OpenSSH Server is installed/running) as cmd. I want to have the shell as powershell.exe (not the default of …

  7. Is there an equivalent to ssh-copy-id for Windows? - Server Fault

    Is there any equivalent or port of ssh-copy-id available for Windows? That is, is there an easy way to transfer SSH keys from a local machine to a remote server under Windows? In case it …

  8. How do I find my username and servername for windows SSH server

    Jul 9, 2021 · 7 I am currently testing SSH on my windows laptop and I followed this site to set up a SSH server on my pc: Getting started with OpenSSH In the section "Connect to OpenSSH …

  9. ssh - Remove key from known_hosts - Super User

    In the .ssh/known_hosts file, however, I don't find the record related to the IP, only two bizarre, key-like strings and "ssh-rsa". Does anyone have any ideas about how to remove the old key …

  10. How to specify password in ssh command - Super User

    Nov 26, 2020 · From the terminal I type: ssh user@ip and then it prompts for a password. Is there a way to specify the password in the ssh command itself?