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}";
|
hostname = "${sshName}";
|
||||||
sshUser = "${unixName}";
|
sshUser = "${unixName}";
|
||||||
interactiveSudo = true;
|
interactiveSudo = true;
|
||||||
sshOpts = [
|
|
||||||
"-i"
|
|
||||||
"/home/david/.ssh/id_ed25519_deploy"
|
|
||||||
];
|
|
||||||
profiles = {
|
profiles = {
|
||||||
system = {
|
system = {
|
||||||
user = "${unixName}";
|
user = "${unixName}";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue