forked from 3wordchant/capsul-flask
Make the displayed SSH username configurable
This patch allows the SSH username displayed in templates to be configured through the SSH_USERNAME environment variable.
This commit is contained in:
@ -97,7 +97,7 @@
|
||||
</div>
|
||||
<div class="row justify-start">
|
||||
<label class="align" for="ssh_username">SSH Username</label>
|
||||
<span id="ssh_username">cyberian</span>
|
||||
<span id="ssh_username">{{ vm['ssh_username'] }}</span>
|
||||
</div>
|
||||
<div class="row justify-start">
|
||||
<label class="align" for="ssh_authorized_keys">SSH Authorized Keys</label>
|
||||
|
Reference in New Issue
Block a user