macbook custom ssh key
This commit is contained in:
parent
fe884f446a
commit
1fe2e0710f
2 changed files with 6 additions and 3 deletions
|
@ -6,7 +6,5 @@ def apply_start(repo, target, nodes, interactive=False, **kwargs):
|
||||||
file.write('\n'.join(sorted(
|
file.write('\n'.join(sorted(
|
||||||
line
|
line
|
||||||
for node in repo.nodes
|
for node in repo.nodes
|
||||||
if node.has_bundle('ssh')
|
for line in node.metadata.get('ssh/is_known_as', set())
|
||||||
for line in node.metadata.get('ssh/is_known_as')
|
|
||||||
|
|
||||||
)))
|
)))
|
||||||
|
|
|
@ -8,6 +8,11 @@
|
||||||
],
|
],
|
||||||
'metadata': {
|
'metadata': {
|
||||||
'id': '597eee25-8908-4569-a6d6-3f823050faa1',
|
'id': '597eee25-8908-4569-a6d6-3f823050faa1',
|
||||||
|
'ssh': {
|
||||||
|
'is_known_as': {
|
||||||
|
'|1|oHr6Zv9mhqLU/CiR+vqUK93e/yY=|PPcAe+GU5Yi6OVvIzrP8bJI3EPs= ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMNMmL0lKPjvNBTKC90bXoIsXjhMVr5/6ego5KvdpO4+',
|
||||||
|
},
|
||||||
|
},
|
||||||
},
|
},
|
||||||
'os': 'macos',
|
'os': 'macos',
|
||||||
'cmd_wrapper_outer': 'sh -c {}',
|
'cmd_wrapper_outer': 'sh -c {}',
|
||||||
|
|
Loading…
Reference in a new issue