1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 01:08:50 +02:00
phorge-phorge/scripts/ssh
epriestley d59722321f Handle "-p port" flag in ssh-connect
Summary:
The documentation is explicit that Git does not pass this flag:

  The $GIT_SSH command will be given exactly two arguments: the username@host (or just host) from the URL and the shell command to execute on that remote system.

This isn't true; it does. Accommodate it.

I'll see if I can fix this in the upstream, too.

Test Plan: Ran various `ssh-connect` commands with -p, etc.

Reviewers: btrahan

Reviewed By: btrahan

CC: aran

Differential Revision: https://secure.phabricator.com/D7680
2013-12-02 11:25:46 -08:00
..
ssh-auth-key.php Prepare to route VCS connections through SSH 2013-10-29 15:32:40 -07:00
ssh-auth.php Correctly handle case where no ssh keys are found 2013-11-30 18:56:23 -08:00
ssh-connect.php Handle "-p port" flag in ssh-connect 2013-12-02 11:25:46 -08:00
ssh-exec.php Document and remove some scary warnings from repository hosting 2013-11-22 15:24:27 -08:00