About this tag
Configuration troubleshooting on Windows often involves editing system files and restarting services to achieve desired behavior. In one example, a user attempted to set PowerShell as the default shell for SSH logins on a Windows 11 Pro machine by adding a subsystem line to the sshd_config file and restarting the OpenSSH server, but the change did not take effect. This highlights common challenges in configuration troubleshooting, such as verifying file paths, ensuring correct syntax, and confirming that services are properly restarted. The tag covers issues where users need to diagnose and fix configuration settings that do not work as expected, particularly in Windows environments.
-
Z
Powershell as default shell
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...- zkab
- Thread
- command prompt configuration troubleshooting fedora linuxtowindows network setup openssh powershell powershell profile powershell remoting remote login session startup ssh login ssh subsystems sshd_config system administration windows 11 windows services windows settings windows terminal
- Replies: 5
- Forum: Windows Networking