remove ssh opt in deplay node
This commit is contained in:
parent
e43524ff83
commit
b79c00310c
1 changed files with 0 additions and 4 deletions
|
|
@ -251,10 +251,6 @@
|
|||
hostname = "${sshName}";
|
||||
sshUser = "${unixName}";
|
||||
interactiveSudo = true;
|
||||
sshOpts = [
|
||||
"-i"
|
||||
"/home/david/.ssh/id_ed25519_deploy"
|
||||
];
|
||||
profiles = {
|
||||
system = {
|
||||
user = "${unixName}";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue