Skip to main content

ssh_program

Function ssh_program 

Source
pub fn ssh_program() -> String
Expand description

The ssh program to spawn for SSH transport: the GIT_SSH environment variable when set, otherwise ssh. This mirrors git’s basic GIT_SSH selection (the richer GIT_SSH_COMMAND/core.sshCommand forms are not handled, matching the CLI behavior being lifted).