Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 3 additions & 33 deletions .spelling
Original file line number Diff line number Diff line change
Expand Up @@ -466,39 +466,6 @@ _script.ps1.
rest.ps1
#endregion

#region demos/SSHRemoting/README.md Overrides
- demos/SSHRemoting/README.md
_config
2kCbnhT2dUE6WCGgVJ8Hyfu1z2wE4lifaJXLO7QJy0Y
com.openssh.sshd
ComputerName
ComputerType
ConfigurationName
Enter-PSSession
HostName
KeyFilePath
KeyPath
launchctl
New-PSSession
NoLogo
NoProfile
openssh-client
openssh-server
PasswordAuthentication
PSCredential
PSSessions
PubkeyAuthentication
RSAAuthentication
ssh.exe
sshd
sshd.exe
sshs
TestUser
UbuntuVM1
UbuntuVM1s
usr
#endregion

#region demos/SystemD/readme.md Overrides
- demos/SystemD/readme.md
Get-SystemDJournal
Expand Down Expand Up @@ -707,6 +674,7 @@ windir
- docs/KNOWNISSUES.md
cp
globbing
New-PSSession
pipelining
psl-omi-provider
Register-WmiEvent
Expand Down Expand Up @@ -834,6 +802,7 @@ Enable-RunspaceDebug
Enable-WSManCredSSP
Enable-WSManTrace
Enter-PSHostProcess
Enter-PSSession
Exit-PSHostProcess
Exit-PSSession
Export-BinaryMiLog
Expand Down Expand Up @@ -899,6 +868,7 @@ New-LocalGroup
New-LocalUser
New-ModuleManifest
New-PSDrive
New-PSSession
New-PSRoleCapabilityFile
New-PSSessionConfigurationFile
New-ScriptFileInfo
Expand Down
221 changes: 0 additions & 221 deletions demos/SSHRemoting/README.md

This file was deleted.

5 changes: 0 additions & 5 deletions demos/install/README.md

This file was deleted.

4 changes: 2 additions & 2 deletions docs/KNOWNISSUES.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ We are working to support UTF-8 without a BOM and potentially changing the encod
There is no job-control support in PowerShell on Linux/macOS.
The `fg` and `bg` commands are not available.

For the time being, you can use [PowerShell jobs](https://msdn.microsoft.com/en-us/powershell/reference/5.1/microsoft.powershell.core/about/about_jobs) which do work across all platforms.
For the time being, you can use [PowerShell jobs](https://msdn.microsoft.com/powershell/reference/5.1/microsoft.powershell.core/about/about_jobs) which do work across all platforms.

### Remoting Support

Expand All @@ -94,7 +94,7 @@ Currently, PowerShell Core supports PowerShell Remoting (PSRP) over WSMan with B
The work for WSMan-based remoting is being done in the [psl-omi-provider](https://github.com/PowerShell/psl-omi-provider) repo.

PowerShell Core also supports PowerShell Remoting (PSRP) over SSH on all platforms (Windows, macOS, and Linux).
While this is not currently supported in production, you can learn more about setting this up [here](https://github.com/PowerShell/PowerShell/tree/master/demos/SSHRemoting).
While this is not currently supported in production, you can learn more about setting this up [here](https://docs.microsoft.com/powershell/scripting/core-powershell/ssh-remoting-in-powershell-core).

### Just-Enough-Administration (JEA) Support

Expand Down
1 change: 0 additions & 1 deletion test/common/markdown/markdown.tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ Describe 'Common Tests - Validate Markdown Files' -Tag 'CI' {
$docsToTest = @(
'./.github/CONTRIBUTING.md'
'./*.md'
'./demos/SSHRemoting/*.md'
'./demos/python/*.md'
'./docker/*.md'
'./docs/*.md'
Expand Down