About 941,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 [email protected] I've g...

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

  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. 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 helps, I'm

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

  6. Windows SSH: Permissions for 'private-key' are too open

    Feb 18, 2018 · You locate the file in Windows Explorer, right-click on it then select "Properties". Navigate to the "Security" tab and click "Advanced". Change the owner to you, disable inheritance and delete …

  7. 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 cmd.exe). I …

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

  9. SSH: "no matching key exchange method found" when KexAlgorithm is ...

    Dec 21, 2020 · When I try to ssh to one of my switches I get the following error: $ ssh remotehost Unable to negotiate with 1.2.3.4 port 22: no matching key exchange method found. Their offer: diffie …

  10. 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 ~/.ssh/config In here,...