Friday, October 19, 2018


Guacamole SSH

-> url/html5/ (login:guacadmin)

create new ssh connection
create user and add ssh connection

-> url/html5/ (login:user for ssh)

No comments:

Post a Comment

test

import os import argparse import json def load_json_file(filepath):     with open(filepath, 'r') as f:         return json.load(f) d...