repo.or.cz
/
girocco.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
projtool.pl: do not attempt to check unset error codes
[girocco.git]
/
bin
/
git-ssh
blob
0e31967834c8081e33b496c837f9fa87d0bf229f
1
#!/bin/sh
2
3
# Run ssh using the correct config file as located
4
# in the chroot for ssh.
5
6
exec
ssh
-F
@chroot@
/
etc
/
girocco
/
.ssh
/
config
"$@"