You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
ssh login
About this tag
Discussions tagged with ssh login focus on configuring OpenSSH on Windows systems, particularly changing the default shell from cmd to PowerShell when connecting remotely. Users share methods like editing the sshd_config file to set a custom subsystem for PowerShell, and troubleshooting issues where the expected shell does not load after configuration changes. The tag covers practical steps for Windows SSH server setup and client login behavior.
I have a Linux Fedora42 workstation and I login from Linux into a Windows11 Pro computer on the same network ... it work OK.
But I want to be logged into Powershell instead of cmd on the Windows computer.
What I did was to add following line:
Subsystem powershell...