diff --git a/byro_shackspace/templates/shackspace/portal_authorized_keys.txt b/byro_shackspace/templates/shackspace/portal_authorized_keys.txt index e1d3db9..407b8ee 100644 --- a/byro_shackspace/templates/shackspace/portal_authorized_keys.txt +++ b/byro_shackspace/templates/shackspace/portal_authorized_keys.txt @@ -1,2 +1,2 @@ -{% for profile in profiles %}command="/opt/Portal-v3/portal/portal.py -a {{ task }} -s {{ profile.number }} -n \"{{ profile.name }}\" --nick \"{{ profile.nick }}\"",no-port-forwarding,no-X11-forwarding,no-agent-forwarding {{ profile.key }} +{% for profile in profiles %}command="/opt/Portal/portal/portal.py -a {{ task }} -s {{ profile.number }} -n \"{{ profile.name }}\" --nick \"{{ profile.nick }}\"",no-port-forwarding,no-X11-forwarding,no-agent-forwarding {{ profile.key }} {% endfor %}