summaryrefslogtreecommitdiffstats
path: root/rpmbuild-remote.py
diff options
context:
space:
mode:
Diffstat (limited to 'rpmbuild-remote.py')
-rw-r--r--rpmbuild-remote.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/rpmbuild-remote.py b/rpmbuild-remote.py
index e98ea37..1381d16 100644
--- a/rpmbuild-remote.py
+++ b/rpmbuild-remote.py
@@ -33,6 +33,9 @@ def get_parser():
parser.add_option("-s", "--system",
action="store", type="string", dest="system",
help="The remote machine to use (defined in config file)")
+ parser.add_option("-k", "--ssh-key",
+ action="store", type="string", dest="ssh_key",
+ help="The private SSH key to use to login")
parser.add_option("-u", "--user",
action="store", type="string", dest="user",
default=os.getlogin(),