Windows 10: Installation/Enabling of SSH-Server not working

Discus and support Installation/Enabling of SSH-Server not working in Windows 10 Network and Sharing to solve the problem; For a project I need SSH (both the client as well as the server) on my local machine. So I did an "add optional feature", picked the SSH client as well... Discussion in 'Windows 10 Network and Sharing' started by mmo, May 22, 2021.

  1. MMO
    mmo Win User

    Installation/Enabling of SSH-Server not working


    For a project I need SSH (both the client as well as the server) on my local machine. So I did an "add optional feature", picked the SSH client as well as the SSH server and installed both. The installation went smooth, i.e. the progress bar for both reached 100% and I got an "Installed" at the end. Now - according to a description I googled I should now see a service "sshd" running. But not so. Also a "Get-Service ssh*" in a PowerShell console yields nothing. The folder C:\Windows\System32\OpenSSH should contain all kinds of executables related to the server ssh-agent.exe, sshd.exe, sshd-config, etc. but in my case it only holds these 3 files: ssh.exe sftp.exe ssh-keyscan.exe Where is all the server code? What am I missing? Why does Win10 lie to me and claim that SSH server is installed successfully when it's obviously not?

    :)
     
  2. cybaea Win User

    SSH client/server? VPN? RDP?

    There is an ssh client and a server package available in the Applications Manager once you enable the 'Maemo Extras' catalogue. Works a charm
     
    cybaea, May 22, 2021
    #2
  3. jimbo45 Win User
    W10 includes BOTH SERVER and Client SSH

    Hi folks
    these days you can SSH INTO windows from another machine without needing any 3rd party software -- the client is available by default but the server is also present -- you install it in the Add features in settings and then you have to enable it.

    However that's not quite the end of the story as you have to enable it so go into powershell (admin mode) , start the sshd service and set it to start automatically on boot.

    Now for example from a Linux machine I can ssh into a windows one -- if you want to mess around woth ports etc alter firewall rules to suit.

    Anyway simple screenshots showing the base principle of how to use it.

    1) Windows side : set up ssh server: (note change config file if you want to permit "root" or admin ssh access.


    Installation/Enabling of SSH-Server not working [​IMG]


    2) Linux side logon to Windows SSH -- testing using a Linux Virtual Machine.

    first on the Linux box as normal user enter ssh L: [email protected] Enter password at prompt then you will get into the windows box in command mode as shown here


    Installation/Enabling of SSH-Server not working [​IMG]


    If you want a full Windows GUI though you will have to have some type of "X" server on the Linux box (a Window manager) and enable 'X' (yes it's 'X' - not a typo !!) over ssh but that's another story -- usually for quick access the command lie is good enough for admin things and to retrieve the odd file (or receive one).

    I use it on the Linux box in a bash script to receive a Macrium image backup I run on the Windows box nightly. That way I've always got a Windows backup file on the NAS server as well as on Windows itself.

    Cheers
    jimbo
     
    jimbo45, May 22, 2021
    #3
  4. meulie Win User

    Installation/Enabling of SSH-Server not working

    SSH client/server? VPN? RDP?

    Does the N900 have an SSH-client? Or can it run as SSH server?

    Support for VPN?

    RDP client?



    Greetings,

    Evert
     
    meulie, May 22, 2021
    #4
Thema:

Installation/Enabling of SSH-Server not working

Loading...
  1. Installation/Enabling of SSH-Server not working - Similar Threads - Installation Enabling SSH

  2. ssh to UNIX server from Power Shell does not work

    in Windows 10 Gaming
    ssh to UNIX server from Power Shell does not work: PS C:\> kinit -V *** Email address is removed for privacy *** default cache: Initial default ccacheUsing principal: *** Email address is removed for privacy *** for *** Email address is removed for privacy ***:Authenticated to Kerberos v5PS C:\> ssh *** Email address is...
  3. ssh to UNIX server from Power Shell does not work

    in Windows 10 Software and Apps
    ssh to UNIX server from Power Shell does not work: PS C:\> kinit -V *** Email address is removed for privacy *** default cache: Initial default ccacheUsing principal: *** Email address is removed for privacy *** for *** Email address is removed for privacy ***:Authenticated to Kerberos v5PS C:\> ssh *** Email address is...
  4. OpenSSH SSH server from unknown manufacturer

    in Windows 10 Software and Apps
    OpenSSH SSH server from unknown manufacturer: I recently I got hit by Virus:Win32/Neshta.A, I had to disable some services to get my PC running again, I came across a service called "OpenSSH SSH server" from an unknown manufacturer, shlould I leave it disabled and try to get rid of it?...
  5. OpenSSH SSH server from unknown manufacturer

    in Windows 10 Customization
    OpenSSH SSH server from unknown manufacturer: I recently I got hit by Virus:Win32/Neshta.A, I had to disable some services to get my PC running again, I came across a service called "OpenSSH SSH server" from an unknown manufacturer, shlould I leave it disabled and try to get rid of it?...
  6. Can't install open ssh server in windows 10

    in Windows 10 BSOD Crashes and Debugging
    Can't install open ssh server in windows 10: I am unable to install open ssh server in windows 10. I have used the GUI method add optional featuresbut it did not work then I checked it is already installed or not using PowerShellC:\WINDOWS\system32> Get-WindowsCapability -Online ? name -like "openssh*"And the result was...
  7. Can't install open ssh server in windows 10

    in Windows 10 Gaming
    Can't install open ssh server in windows 10: I am unable to install open ssh server in windows 10. I have used the GUI method add optional featuresbut it did not work then I checked it is already installed or not using PowerShellC:\WINDOWS\system32> Get-WindowsCapability -Online ? name -like "openssh*"And the result was...
  8. Can't install open ssh server in windows 10

    in Windows 10 Software and Apps
    Can't install open ssh server in windows 10: I am unable to install open ssh server in windows 10. I have used the GUI method add optional featuresbut it did not work then I checked it is already installed or not using PowerShellC:\WINDOWS\system32> Get-WindowsCapability -Online ? name -like "openssh*"And the result was...
  9. SSH: tasks closed with the SSH session (Minecraft Server)

    in Windows 10 Ask Insider
    SSH: tasks closed with the SSH session (Minecraft Server): So i have tried running it normally wich runs it in the opened terminal. I also tried using start server.bat wich supposedly opens a separate CMD but it still closes with my session. submitted by /u/ZNOW_05 [link] [comments]...
  10. Open SSH server and security concern.

    in Windows 10 Support
    Open SSH server and security concern.: Hi Guys as under W10-1903 you can enable optional feature called OpenSSH Server i gave it a try. I managed generate login keys and properly configure both devices so i would not have to use passwords, exactly the same way as i do on my Linux boxes. The one thing i cannot...