Skip to content

Commit 219c51b

Browse files
authored
Host key verification
1 parent 498cb64 commit 219c51b

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/linux/connect-to-your-remote-linux-computer.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,17 @@ If ssh isn't already set up and running on your Linux system, follow these steps
9797
::: moniker-end
9898

9999
::: moniker range="msvc-160"
100+
101+
## Host key verification
102+
103+
In Visual Studio version 16.10 or later, you will be asked to verify the host key fingerprint presented by the server when Visual Studio connects to a remote system for the first time. You may be familiar with this if you’ve used the OpenSSH command-line client or PuTTY before. The fingerprint identifies the server and is used to ensure that Visual Studio is connecting to the intended and trusted server.
104+
105+
You will be asked to accept or deny the host key fingerprint presented by the server the first time a new remote connection is established, or anytime that a cached fingerprint has changed. You can also verify a fingerprint on demand by selecting a connection in the Connection Manager and clicking "Verify."
106+
107+
If you are upgrading to Visual Studio 16.10 from an older version of Visual Studio, then all existing remote connections will be treated as a new connection. You will be prompted to accept the host key fingerprint before a connection is established and the accepted fingerprint will be cached.
108+
109+
You can also update remote connections from ConnectionManager.exe using the `update` argument.
110+
100111

101112
## Supported SSH algorithms
102113

0 commit comments

Comments
 (0)