12 lines
227 B
Markdown
12 lines
227 B
Markdown
# SSH Proxy Tray
|
|
|
|
SSH Proxy Tray uses the host named `proxytray` from your locale `.ssh/config`
|
|
|
|
```
|
|
Host proxytray
|
|
HostName <ip,domain>
|
|
User <user>
|
|
Port <port>
|
|
IdentityFile <ssh_key>
|
|
LocalForward 3128 localhost:3128
|
|
``` |