aboutsummaryrefslogtreecommitdiff
path: root/kvmxfile
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-11-28 11:40:42 -0200
committerSilvio Rhatto <rhatto@riseup.net>2017-11-28 11:40:42 -0200
commit93c49162be934b53b6a64dfa644e635670b45107 (patch)
tree8d51c9ce41334121b0ed2f5115746d276204be7b /kvmxfile
parentc5e00f6ce468ef00b2bd19d1727674268ba40f96 (diff)
downloadkvmx-93c49162be934b53b6a64dfa644e635670b45107.tar.gz
kvmx-93c49162be934b53b6a64dfa644e635670b45107.tar.bz2
Adds ssh_env config
Diffstat (limited to 'kvmxfile')
-rw-r--r--kvmxfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/kvmxfile b/kvmxfile
index 675db60..c0650d3 100644
--- a/kvmxfile
+++ b/kvmxfile
@@ -127,3 +127,6 @@ bootloader="grub"
# Number of CPUs
#smp="4"
+
+# Enviroment passed to SSH commands
+#ssh_env="TERM=xterm"