server/hosts/abstract_ssh.py: Allow for site extension of base ssh command
commit48d15a688996f69a6e1736421efecba63364960a
authorlmr <lmr@592f7852-d20e-0410-864c-8624ca9c26a4>
Tue, 21 Jun 2011 04:45:50 +0000 (21 04:45 +0000)
committerlmr <lmr@592f7852-d20e-0410-864c-8624ca9c26a4>
Tue, 21 Jun 2011 04:45:50 +0000 (21 04:45 +0000)
treedf66bb730a8711787c1dcb8f10bace35fe60e4c6
parent34d6576d80e6bc0cb36b697611c4661c09ecd0a1
server/hosts/abstract_ssh.py: Allow for site extension of base ssh command

There have been several cases where we need to modify the SSH command
line for Chrome OS. This patch adds site extensibility to the
make_ssh_command function in abstract_ssh.

Signed-off-by: Dale Curtis <dalecurtis@google.com>
git-svn-id: svn://test.kernel.org/autotest/trunk@5432 592f7852-d20e-0410-864c-8624ca9c26a4
server/hosts/abstract_ssh.py