mirror of
https://github.com/certbot/certbot.git
synced 2026-07-31 10:16:52 +02:00
Prompt for username in finish_release.py (#9343)
The local machine's username may not be the same as the one on the CSS, so let's prompt for it instead.
This commit is contained in:
@@ -83,7 +83,7 @@ def publish_windows(css):
|
||||
:param str css: CSS host name
|
||||
|
||||
"""
|
||||
username = getpass.getuser()
|
||||
username = input("CSS username (usually EFF username): ")
|
||||
host = css
|
||||
command = "ssh -t {}@{} bash /opt/certbot-misc/css/venv.sh".format(username,host)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user