About 1,230,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. 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 …

  3. Run commands remotely via SSH with a powershell script natively

    Jan 16, 2024 · We want to run commands on our network devices via SSH from within a powershell script. I know that we can do: ssh [email protected] But this is …

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

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

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

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

  9. SSH public key authentication with Powershell - Server Fault

    Nov 14, 2023 · I'm trying to create a SSH connection between my personal laptop running with Windows 11 and Powershell 7.3.9 and my VPS running on Debian 12 (bookworm). I'm not …

  10. How to maintain ssh-agent login session with Windows 10's new …

    After that, you need to ssh-add C:\path\to\your\ssh\key\id_rsa only once. After that, every time the ssh-agent is started, the key will be there. You can check with ssh-add -l. To have SSH agent …