//connecting to a computer and running far shell=get_shell.connect_service("IP",port,"root","password","ssh") if shell then //launch far with repository settings path="/root/far" args="0.0.0.0:22:password" shell.launch(path,args) end if