Linux 如何使用终端命令直接连接 Teamviewer?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/12525400/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
How to connect with Teamviewer directly using Terminal command?
提问by Himanshu
As I know, I am able to connect with server directly using putty via terminal command- "putty server_ip -l user_name -pw password", then there is no need to enter user name and password after that. Just like this I can run teamviewer by typing 'teamviewer' in Terminal. But can anyone tell me that how to pass 'Partner Id' and 'Password' to 'teamviewer' command to connect it directly as I am doing with putty.
据我所知,我可以通过终端命令直接使用putty连接服务器-“ putty server_ip -l user_name -pw password”,然后就不需要输入用户名和密码了。就像这样,我可以通过在终端中输入“ teamviewer”来运行 teamviewer 。但是谁能告诉我如何将“合作伙伴 ID”和“密码”传递给“teamviewer”命令以直接连接它,就像我使用腻子一样。
采纳答案by Gerald Schneider
According to the TeamViewer documentationit is teamviewer.exe -i <ID> --Password <Password>
根据TeamViewer 文档,它是teamviewer.exe -i <ID> --Password <Password>