Skip to content
tobkern edited this page Aug 24, 2014 · 1 revision

#Install

~/.ssh/config and set something like this:

Host *

LocalCommand /path/to/screen_ssh.sh $PPID %n

PermitLocalCommand yes

If you want the blue line to appear at the bottom of your Screen sessions, add this to ~/.screenrc (all on one line): hardstatus alwayslastline

"%{= bw} %{= bc}[%{-}%0c%{= bc}]%{-} [%-Lw%{= bW}%{+b}%50>%n%f* %t%{-b}%{= bw}%+Lw]%<"

Sourcen

Clone this wiki locally