small fix

master
James Sigurðarson 2016-08-12 11:01:31 +01:00
parent d6c5157301
commit 230d41c844
2 changed files with 2 additions and 1 deletions

View File

@ -41,6 +41,7 @@ custom_stylesheet = "css/main.css"
enable_shell = True
shell_port = 22
shell_host = "shell.icec.tf"
shell_user_prefixes = ["ctf-"]
shell_password_length = 6

View File

@ -11,7 +11,7 @@ def run():
try:
shell = spur.SshShell(
hostname=config.secret.shell_host,
hostname=config.shell_host,
username=config.secret.shell_username,
private_key_file=config.secret.shell_privkey,
port=config.shell_port,