mirror of
https://github.com/xpipe-io/xpipe.git
synced 2024-11-25 09:00:26 +00:00
13 lines
No EOL
758 B
Markdown
13 lines
No EOL
758 B
Markdown
### SSH configs
|
|
|
|
XPipe loads all hosts and applies all settings that you have configured in the selected file. So by specifying a configuration option on either a global or host-specific basis, it will automatically be applied to the connection established by XPipe.
|
|
|
|
If you want to learn more about how to use SSH configs, you can use `man ssh_config` or read this [guide](https://www.ssh.com/academy/ssh/config).
|
|
|
|
### Identities
|
|
|
|
Note that you can also specify an `IdentityFile` option in here. If any identity is specified in here, any otherwise specified identity later down below will be ignored.
|
|
|
|
### X11 forwarding
|
|
|
|
If any options for X11 forwarding are specified here, XPipe will automatically attempt to set up X11 forwarding on Windows through WSL. |