From a3674a12b5ee189a385441b308c2b2b06a04c679 Mon Sep 17 00:00:00 2001 From: crschnick Date: Fri, 6 Sep 2024 14:33:16 +0000 Subject: [PATCH] [stage] --- dist/changelogs/11.2_incremental.md | 10 ++++++++++ version | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/dist/changelogs/11.2_incremental.md b/dist/changelogs/11.2_incremental.md index 27f0387fd..62183eb75 100644 --- a/dist/changelogs/11.2_incremental.md +++ b/dist/changelogs/11.2_incremental.md @@ -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 diff --git a/version b/version index 772d1b12e..9d478c0b8 100644 --- a/version +++ b/version @@ -1 +1 @@ -11.2-6 +11.2-7