Skip to content

Commit 9c8a6da

Browse files
committed
Learn Editor: Update set-up-fips-compliant-secure-remote-linux-development.md
1 parent 7af6f19 commit 9c8a6da

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/linux/set-up-fips-compliant-secure-remote-linux-development.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ The examples in this article use Ubuntu 18.04 LTS with OpenSSH server version 7.
4848
```
4949

5050
> [!NOTE]
51-
> `ssh-rsa`, `rsa-sha2-*`, and `ecdsa-sha2-*` are the only FIPS compliant host key algorithms VS supports. For more information about the algorithms Visual Studio supports, see [Supported SSH Algorithms](./connect-to-your-remote-linux-computer.md#supported-ssh-algorithms).
51+
> `ssh-rsa`, `rsa-sha2-*`, and `ecdsa-sha2-*` are the only FIPS compliant host key algorithms VS supports. For more information about the algorithms Visual Studio supports, see [Supported SSH Algorithms](connect-to-your-remote-linux-computer.md#supported-ssh-algorithms).
5252
5353
You're not limited to these options. You can configure `ssh` to use other ciphers, host key algorithms, and so on. Some other relevant security options you may want to consider are `PermitRootLogin`, `PasswordAuthentication`, and `PermitEmptyPasswords`. For more information, see the `man` page for `sshd_config` or the article [SSH Server Configuration](https://www.ssh.com/ssh/sshd_config).
5454

@@ -101,7 +101,7 @@ You've successfully set up `ssh`, created and deployed encryption keys, and test
101101
102102
![Screenshot showing the options pane in the Connection Manager dialog. Cross Platform > C plus plus > Connection Manager is highlighted.](media/settings_connectionmanager.png)
103103
104-
The **Connect to Remote System** window is displayed.
104+
The **Connect to Remote System** window is displayed.
105105
106106
![Screenshot showing the Connect to Remote System window, which has text boxes for the host name, port, user name, auth type, and password.](media/connect.png)
107107
@@ -126,7 +126,7 @@ You've successfully set up `ssh`, created and deployed encryption keys, and test
126126
127127
![Screenshot of the Connect to Remote System window which has host name and port text boxes outlined in red to indicate they need to be changed.](media/settings_connectionmanagererror.png)
128128
129-
For more information on troubleshooting your connection, see [Connect to your remote Linux computer](connect-to-your-remote-linux-computer.md).
129+
For more information on troubleshooting your connection, see [Connect to your remote Linux computer](connect-to-your-remote-linux-computer.md).
130130
131131
## Command-line utility for the Connection Manager
132132

0 commit comments

Comments
 (0)