Skip to content

Commit 8dbc10d

Browse files
committed
Use 'StrictHostKeyChecking no' option to disable host key verification.
Signed-off-by: Roland Grunberg <rgrunber@redhat.com>
1 parent 6c9d6af commit 8dbc10d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

build/scripts/code-sshd-page/server.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,8 @@ const server = http.createServer((req, res) => {
114114
User ${username}
115115
Port 2022
116116
IdentityFile "$\{HOME\}/.ssh/ssh_client_key"
117-
UserKnownHostsFile /dev/null</pre>
117+
UserKnownHostsFile /dev/null
118+
StrictHostKeyChecking no</pre>
118119
</div>
119120
<div class="clipboard">
120121
<a href="#">

0 commit comments

Comments
 (0)