8 lines
152 B
Text
8 lines
152 B
Text
Include ~/.ssh/config.d/*
|
|
|
|
Match host * exec "gpg-connect-agent UPDATESTARTUPTTY /bye"
|
|
|
|
Host *
|
|
User admin
|
|
RequestTTY yes
|
|
RemoteCommand screen -d -RR
|