File: ssh

package info (click to toggle)
git-ubuntu 1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,688 kB
  • sloc: python: 13,378; sh: 480; makefile: 2
file content (7 lines) | stat: -rwxr-xr-x 345 bytes parent folder | download
1
2
3
4
5
6
7
#!/snap/git-ubuntu/current/bin/bash

# Use the host's ssh. As an exception to git-ubuntu embedding everything
# required in the snap, LP: #1871827 showed us that we really depend on the
# user's ssh configuration on the host and on further thought it is the user's
# expectation that their host ssh configuration be used.
exec /usr/bin/ssh "$@"