Commit 53860571 by Őry Máté

one: sshterm schema for SSH

parent 0f29ce06
......@@ -269,7 +269,7 @@ class Instance(models.Model):
try:
proto = self.template.access_type
if proto == 'ssh':
proto = 'shell'
proto = 'sshterm'
port = self.get_port()
host = self.get_connect_host()
pw = self.pw
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment