[X2Go-Commits] [x2goclient] 53/94: pyhoca-cli: Add -i as alias for --ssh-privkey. Just like in OpenSSH.
git-admin at x2go.org
git-admin at x2go.org
Fri Dec 15 21:06:43 CET 2023
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to annotated tag 0.6.1.0
in repository x2goclient.
commit 0dabf4eaa4b118d7652ca7baf34bec3e9c81a865
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Tue Sep 18 11:33:43 2018 +0000
pyhoca-cli: Add -i as alias for --ssh-privkey. Just like in OpenSSH.
---
pyhoca-cli | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pyhoca-cli b/pyhoca-cli
index 989774b5..2a695933 100755
--- a/pyhoca-cli
+++ b/pyhoca-cli
@@ -160,7 +160,7 @@ x2go_options = [
{'args':['--password'], 'default': None, 'help': 'user password for session authentication', },
{'args':['--force-password'], 'default': False, 'action': 'store_true', 'help': 'enforce username/password authentication', },
{'args':['-p','--remote-ssh-port'], 'default': '22', 'help': 'remote SSH port (default: 22)', },
- {'args':['-k','--ssh-privkey'], 'default': None, 'help': 'use file \'SSH_PRIVKEY\' as private key for the SSH connection (e.g. ~/.ssh/id_rsa)', },
+ {'args':['-i', '-k','--ssh-privkey'], 'default': None, 'help': 'use file \'SSH_PRIVKEY\' as private key for the SSH connection (e.g. ~/.ssh/id_rsa)', },
{'args':['--add-to-known-hosts'], 'default': False, 'action': 'store_true', 'help': 'add RSA host key fingerprint to ~/.ssh/known_hosts if authenticity of server can\'t be established (default: not set)', },
{'args':['--sound'], 'default': 'pulse', 'choices': ('pulse', 'esd', 'none'), 'help': 'X2Go server sound system (default: \'pulse\')', },
{'args':['--printing'], 'default': False, 'action': 'store_true', 'help': 'use X2Go printing (default: disabled)', },
--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git
More information about the x2go-commits
mailing list