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
```
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.