kingToolbox / WindTerm

A professional cross-platform SSH/Sftp/Shell/Telnet/Serial terminal.
https://kingtoolbox.github.io
23.14k stars 1.79k forks source link

Share an alternative management method for protocols such as RDP/VNC/HTTPS #1671

Open allblue opened 1 year ago

allblue commented 1 year ago

Although WindTerm does not integrate RDP/VNC and other connection protocols, it can implement a workaround for access management through Shell sessions.

Take RDP as an example:

mstsc.exe /v: \r


  ![image](https://github.com/mrbooshehri/pyxterm/assets/844763/d15deab3-925e-4f45-b1a2-76d5d440346f)

The end result is that the windterm manages all connections as an address book
- For self-supported connections such as ssh/telnet/serial, open in the windterm window
- For unsupported connections such as RDP/VNC, etc,  you can open them in a separate window through the command,like RemoteDesktopManager. 

Some commands are written as follows
- https: `Start-Process -FilePath <url> \r`
- vsphere client: ` & 'C:\Program Files (x86)\VMware\Infrastructure\Virtual Infrastructure Client\Launcher\VpxClient.exe' -s <ip> -u <user> -p <password> \r`
- Sunlogin: `& 'C:\Program Files\Oray\SunLogin\SunloginClient\SunloginClient.exe' --mod=fastcontrol --fastcode=<Identification code> --pwd=<password>  \r` 

![image](https://github.com/mrbooshehri/pyxterm/assets/844763/0eb71b7a-fece-481a-b59e-73aaef62ac89)
aflyingnoob commented 1 year ago

It's a pity that the author has not enough time to update this repository, and the code is not completely open-source, others cannot take over it.

woeoio commented 8 months ago

image simpleRemote 同时支持linux 和win的远程桌面

allblue commented 8 months ago

woeoio

看了下官网,停更2年了,然后功能也比较简单,就我个人使用来说,和windterm比不足之处有

  1. 只支持win,不支持linux
  2. ssh不支持pagent、ssh-agent等密钥认证代理,没集成sftp
  3. 不支持本地终端 同样功能,可以选择1remote、mremote,功能更全,还在更新