Page MenuHomeDevCentral

Move deployment SSH key to stable directory
ClosedPublic

Authored by dereckson on Mar 9 2018, 23:10.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Aug 12, 09:03
Unknown Object (File)
Fri, Aug 1, 04:07
Unknown Object (File)
Mon, Jul 28, 03:56
Unknown Object (File)
Sun, Jul 27, 10:20
Unknown Object (File)
Fri, Jul 25, 10:52
Unknown Object (File)
Wed, Jul 23, 08:16
Unknown Object (File)
Thu, Jul 17, 19:34
Unknown Object (File)
Tue, Jul 15, 12:25
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 Not Applicable
Unit
Tests Not Applicable

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.