mirror of
https://github.com/PowerShell/Win32-OpenSSH.git
synced 2025-07-27 07:54:50 +02:00
Updated Various Considerations (markdown)
parent
c1416999f2
commit
69f0e4e894
@ -1,6 +1,6 @@
|
||||
Following issues/limitations need to be considered while evaluating Win32 OpenSSH
|
||||
- [Elevation of Privilege over loopback](https://github.com/PowerShell/Win32-OpenSSH/issues/680) on misconfigured machines.
|
||||
- ssh-agent ignores '-c' and '-t' options of ssh-add. It persistently and permanently stores the user's private key.
|
||||
- ssh-agent only supports '-l' '-L' 'd' and '-D' options. It ignores '-c' and '-t' options of ssh-add. It persistently and permanently stores the user's private key.
|
||||
- Text resources (config and key files) need to be either ASCII or UTF-8 (UTF-16 variants are not supported)
|
||||
- On Windows 10, if you've [enabled Developer Mode](https://docs.microsoft.com/en-us/windows/uwp/get-started/enable-your-device-for-development), you probably have another implementation of SSH installed on your machine.
|
||||
To figure out if this is the case, look for TCP port bindings on port 22 and these services: “SSH Server Broker” and “SSH Server Proxy”
|
||||
|
Loading…
x
Reference in New Issue
Block a user