About 960,000 results
Open links in new tab
  1. SSH via PowerShell - Server Fault

    Feb 18, 2010 · Is it possible to open an SSH session in PowerShell? Currently I use PuTTY but it would be nice if that were not required.

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

  3. Powershell ssh connection from linux to Domain Controller is …

    Feb 22, 2022 · I used putty to connect to Linux VM and then from there I tried to run these Powershell remote commands to connect to DC and it was extremely slow, as I described, but …

  4. powershell - Unable to SSH to my virtual machine via Windows …

    I have a Linux VM guest running in my vmWare host that I want to access using Windows PowerShell ISE. I normally can SSH to my VM, but I cannot with Windows PowerShell ISE. …

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

  6. SSH from PowerShell/CMD to Linux w/out dark blue text

    Oct 5, 2023 · So currently my shell looks something like this when I SSH into my Debian server: I mostly use PowerShell as the client and customize the background & text colors to match …

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

  9. powershell - SSH from remote server, no SSH prompt - Server Fault

    Jan 16, 2017 · I'm trying to open an SSH connection from a remote PowerShell connection. Meaning PC1 (Windows) successfully connects to PC2 (Windows) via Enter-PSSession …

  10. powershell - Alias ssh to have a default -F flag - Super User

    Jun 22, 2020 · The Set-Alias cmdlet creates an alias to the function in the current PowerShell session. The Name parameter specifies the alias's name, Go. The Value parameter specifies …