Page MenuHomeDevCentral

Move deployment SSH key to stable directory
ClosedPublic

Authored by dereckson on Mar 9 2018, 23:10.
Tags
None
Referenced Files
F44943962: D1405.id3583.diff
Wed, Aug 19, 10:51
F44943916: D1405.id3584.diff
Wed, Aug 19, 10:51
F44920869: D1405.id3583.diff
Wed, Aug 19, 08:10
F44879221: D1405.id3582.diff
Wed, Aug 19, 03:25
Unknown Object (File)
Mon, Aug 17, 02:15
Unknown Object (File)
Sun, Aug 16, 20:18
Unknown Object (File)
Sat, Aug 15, 18:44
Unknown Object (File)
Thu, Aug 13, 16:26
Subscribers
None

Details

Summary

/var/run is pruned at startup, so we need to put this key elsewhere.
This is the issue described in T1350.

Side-edit: document where to put the new public key

Test Plan

Deployed on Ysul

Diff Detail

Repository
rOPS Nasqueron Operations
Lint
Lint Passed
Unit
No Test Coverage
Branch
move-var-run-deploy-to-stable-directory
Build Status
Buildable 2202
Build 2450: arc lint + arc unit

Event Timeline

dereckson created this revision.
$ ssh -i /opt/salt/security/id_ed25519 git@github.com
PTY allocation request failed on channel 0
Hi alken-orin! You've successfully authenticated, but GitHub does not provide shell access.
Connection to github.com closed.

$ ssh -i /opt/salt/security/id_ed25519 -p 5022 vcs@devcentral.nasqueron.org
PTY allocation request failed on channel 0
phabricator-ssh-exec: Welcome to Phabricator.

You are logged in as zemke-rhyne.
[...]
This revision is now accepted and ready to land.Mar 9 2018, 23:22
This revision was automatically updated to reflect the committed changes.