Page MenuHomePhabricator

Disable known hosts when SSH'ing through Drydock
ClosedPublic

Authored by hach-que on Aug 13 2014, 5:01 AM.
Tags
None
Referenced Files
Unknown Object (File)
Oct 23 2024, 2:56 PM
Unknown Object (File)
Oct 16 2024, 1:29 AM
Unknown Object (File)
Oct 7 2024, 10:52 PM
Unknown Object (File)
Oct 7 2024, 10:52 PM
Unknown Object (File)
Oct 7 2024, 10:51 PM
Unknown Object (File)
Oct 7 2024, 10:41 PM
Unknown Object (File)
Sep 28 2024, 7:53 PM
Unknown Object (File)
Sep 27 2024, 7:50 PM
Subscribers

Details

Reviewers
epriestley
Group Reviewers
Blessed Reviewers
Commits
Restricted Diffusion Commit
rPe07011d37d00: Disable known hosts when SSH'ing through Drydock
Summary

This prevents SSH from saving the host key into known_hosts; StrictHostKeyChecking only prevents it from prompting for unknown hosts, but it will still verify hosts against what it has previously saved.

Test Plan

N/A

Diff Detail

Repository
rP Phabricator
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

hach-que retitled this revision from to Disable known hosts when SSH'ing through Drydock.
hach-que updated this object.
hach-que edited the test plan for this revision. (Show Details)
hach-que added a reviewer: epriestley.
epriestley edited edge metadata.
This revision is now accepted and ready to land.Aug 13 2014, 5:02 AM
hach-que updated this revision to Diff 24678.

Closed by commit rPe07011d37d00 (authored by @hach-que).