Преглед на файлове

ssh: keep terminal open after connection was closed (intentionally or unexpectedly)

Fabian Peter Hammerle преди 4 години
родител
ревизия
9b316fc87a
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 2 0
      config.rasi

+ 2 - 0
config.rasi

@@ -1,3 +1,5 @@
 configuration {
+	/* --hold supported by termite & kitty */
+	ssh-command: "{terminal} --hold -e {ssh-client} {host} [-p {port}]";
 	combi-modi: "drun,ssh,run";
 }