Skip to content

Commit aa5cab0

Browse files
authored
Update Enter-PSSession.md
Fixed spelling "uou" -> "you" and hyphenated "key based" -> "key-based"
1 parent 9ecf9bf commit aa5cab0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reference/7.6/Microsoft.PowerShell.Core/Enter-PSSession.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -832,10 +832,10 @@ authentication method depends on how Secure Shell (SSH) is configured on the rem
832832

833833
If SSH is configured for basic password authentication then you are prompted for the user password.
834834

835-
If SSH is configured for key based user authentication then uou aren't prompted for a password. You
835+
If SSH is configured for key-based user authentication then you aren't prompted for a password. You
836836
must provide a path to an SSH key file. If the user key file is located in an SSH known location
837837
then the **KeyFilePath** parameter isn't needed. User authentication occurs automatically based on
838-
the user name. See SSH documentation about key based user authentication for more information.
838+
the user name. See SSH documentation about key-based user authentication for more information.
839839

840840
If the **UserName** parameter isn't specified then the current logged on username is used.
841841

0 commit comments

Comments
 (0)