summaryrefslogtreecommitdiff
path: root/client-build/ssh/firefox.cfg
blob: a5a7b1a62b00c815705f5fc9a3ed32943a448310 (plain)
1
2
3
4
5
6
7
8
9
10
Host localhost
   User testuser
   Port 2222
   LogLevel ERROR
   StrictHostKeyChecking no
   UserKnownHostsFile=/dev/null
   ForwardX11 yes
   ForwardX11Trusted yes
   IdentityFile=ssh/wooclient.key
   RemoteCommand "firefox-esr"