Pārlūkot izejas kodu

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

Fabian Peter Hammerle 4 gadi atpakaļ
vecāks
revīzija
9b316fc87a
1 mainītis faili ar 2 papildinājumiem un 0 dzēšanām
  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";
 }