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