mirror of
https://github.com/xpipe-io/xpipe.git
synced 2024-11-21 15:10:23 +00:00
[stage]
This commit is contained in:
parent
40597f5527
commit
a3674a12b5
2 changed files with 11 additions and 1 deletions
10
dist/changelogs/11.2_incremental.md
vendored
10
dist/changelogs/11.2_incremental.md
vendored
|
@ -4,6 +4,16 @@ This release comes with an integration for Hyper-V. Searching for connections on
|
|||
|
||||
XPipe can connect to a VM via PSSession or SSH. PSSession is used by default for Windows guests if no SSH server is available on the guest. In all other cases, it will try to connect via SSH. Since Hyper-V cannot run guest commands on non-Windows systems from the outside, you have to make sure that an SSH server is already running in the VM in that case.
|
||||
|
||||
## SSH identity sources
|
||||
|
||||
With XPipe 11, it was implemented that selecting `None` for an SSH identity would prevent any SSH keys from being offered, including from external sources like agents and password managers. This however broke some connections where a more exotic type of agent was used that was not explicitly supported by XPipe. One example would be password managers that offer SSH key integration as they come with their own agent.
|
||||
|
||||
You can now select the new identity option `Other external source` to allow these external programs offering their keys to the SSH client automatically.
|
||||
|
||||
## VNC improvements
|
||||
|
||||
The VNC integration has been reworked. It now supports more encrypted authentication methods, allowing it to connect to more servers. Furthermore, it is also now possible to create VNC connections without an SSH tunnel for systems that do not have SSH connectivity. The error handling has also been improved to silently ignore unknown server messages instead of displaying errors all the time. You can also now send CTRL+ALT+DEL via SHIFT+CTRL+ALT+DEL.
|
||||
|
||||
## Other
|
||||
|
||||
- Fix PSSession connections being broken
|
||||
|
|
2
version
2
version
|
@ -1 +1 @@
|
|||
11.2-6
|
||||
11.2-7
|
||||
|
|
Loading…
Reference in a new issue