blob: 42ad46d948c6f504b549bebbf90acbbeafdb74b7 (
plain)
1
2
3
4
5
6
|
#!/bin/sh
# This script is a dummy wrapper which allows having openssh as *optional*
# dependency for prrte - it always requires a valid plm_ssh_agent, even when it
# is not actually used.
exec /usr/bin/ssh "$@"
|