summaryrefslogtreecommitdiffstats
path: root/rpmbuild-remote.py
diff options
context:
space:
mode:
Diffstat (limited to 'rpmbuild-remote.py')
-rwxr-xr-xrpmbuild-remote.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/rpmbuild-remote.py b/rpmbuild-remote.py
index 7189539..057a170 100755
--- a/rpmbuild-remote.py
+++ b/rpmbuild-remote.py
@@ -44,8 +44,8 @@ def get_parser():
help="The hostname/IP of the remote system")
parser.add_option("-p", "--port",
action="store", type="int", dest="port",
- default=21,
- help="The port to use on the remote system [Default: 21]")
+ default=22,
+ help="The port to use on the remote system [Default: 22]")
parser.add_option("-d", "--dest",
action="store", type="string", dest="dest",
default=os.path.join(home, "rpmbuild-remote"),