Both ssh and local.
This commit is contained in:
parent
a53be1ee77
commit
9ae9c33cbc
1 changed files with 4 additions and 1 deletions
|
@ -146,7 +146,10 @@
|
||||||
aws.disabled = true;
|
aws.disabled = true;
|
||||||
gcloud.disabled = true;
|
gcloud.disabled = true;
|
||||||
line_break.disabled = true;
|
line_break.disabled = true;
|
||||||
hostname.disabled = false;
|
hostname ={
|
||||||
|
disabled = false;
|
||||||
|
ssh_only = false;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Reference in a new issue