mirror of
https://github.com/deployphp/deployer.git
synced 2025-03-14 18:29:41 +01:00
Added more details for ssh forwarding and multiplexing (#3395)
This commit is contained in:
parent
bc708bec86
commit
8690ad78c4
@ -102,10 +102,14 @@ For example, `~/.ssh/id_rsa`.
|
||||
|
||||
### `forward_agent`
|
||||
|
||||
SSH forwarding is a way to securely tunnel network connections from your local computer to a remote server, and from the remote server to another destination. There are several types of SSH forwarding, including local, remote, and dynamic forwarding. SSH agent forwarding is a specific type of local forwarding that allows you to use your local SSH keys to authenticate on remote servers. This can be useful if you want to use your local SSH keys to connect to a remote server, but don't want to copy your keys to the remote server.
|
||||
|
||||
Default is `true`.
|
||||
|
||||
### `ssh_multiplexing`
|
||||
|
||||
SSH multiplexing is a technique that allows a single Secure Shell (SSH) connection to be used for multiple interactive sessions or for multiple tunneled connections. This can be useful in a number of situations, such as when you want to open multiple terminal sessions to a remote server over a single SSH connection, or when you want to establish multiple secure connections to a remote server but don't want to open multiple SSH connections.
|
||||
|
||||
Default is `true`.
|
||||
|
||||
### `shell`
|
||||
|
Loading…
x
Reference in New Issue
Block a user