Skip to content

Commit 9f83c4d

Browse files
authored
Update CM.exe reference
1 parent 219c51b commit 9f83c4d

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

docs/linux/connectionmanager-reference.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@ The functionality of ConnectionManager.exe is also available in Visual Studio. T
6161
- **`version`**
6262

6363
Displays version information.
64+
65+
- **`update`** \[*default* \| *all* \| *connection_id* \| *user\@host* \[**`--port`** *port*]] \[**`--previous`**] [**`--fingerprint`**]
66+
67+
Added in Visual Studio 16.10. Updates the host key fingerprint of the specified connection(s).
6468

6569
### Options
6670

@@ -95,6 +99,14 @@ The functionality of ConnectionManager.exe is also available in Visual Studio. T
9599
- **`-i`**
96100

97101
Same as **`--privatekey`**.
102+
103+
- **`--previous`**
104+
105+
Indicates that the connection(s) will be read from the previous version of connection manager, updated, and written to the new version.
106+
107+
- **`--fingerprint`**
108+
109+
The host key fingerprint presented by the server. Use this option with **`list`** to view a connection's fingerprint.
98110

99111
## Examples
100112

@@ -120,4 +132,4 @@ ConnectionManager.exe modify 21212121 --property shell=csh
120132

121133
[Connect to your target Linux system in Visual Studio](connect-to-your-remote-linux-computer.md)
122134

123-
::: moniker-end
135+
::: moniker-end

0 commit comments

Comments
 (0)