Skip to content

Commit 3d1717d

Browse files
committed
Add ssh_config VersionAddendum
like sshd_config
1 parent 4fcde3b commit 3d1717d

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

Support/SSH Config.sublime-completions

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1261,6 +1261,12 @@
12611261
"kind": "snippet",
12621262
"details": ""
12631263
},
1264+
{
1265+
"trigger": "VersionAddendum",
1266+
"contents": "VersionAddendum",
1267+
"kind": "keyword",
1268+
"details": "Append text to the SSH protocol banner"
1269+
},
12641270
{
12651271
"trigger": "VisualHostKey",
12661272
"contents": "VisualHostKey",

src/options.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -504,6 +504,8 @@
504504
- 'yes'
505505
- 'no'
506506
- ask
507+
VersionAddendum:
508+
details: Append text to the SSH protocol banner
507509
VisualHostKey:
508510
details: Show ASCII art for host's key
509511
values:

0 commit comments

Comments
 (0)