Compare commits
2 commits
56981be3e4
...
4d440bcb5b
Author | SHA1 | Date | |
---|---|---|---|
4d440bcb5b | |||
0fb1899322 |
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ def host_key(metadata):
|
|||
'ssh': {
|
||||
'host_key': {
|
||||
'private': private + '\n',
|
||||
'public': public + f' node.name',
|
||||
'public': f'{public} {node.name}',
|
||||
}
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue