Skip to content

2.23.722

Compare
Choose a tag to compare
@jpassing jpassing released this 07 Jan 07:12
· 917 commits to master since this release
66e4d1f

This is release 2.23 of IAP Desktop.

This release introduces the following new features:

  • ECDSA support: You can now configure IAP Desktop to use ECDSA instead of RSA for SSH public key authentication. Using ECDSA lets you connect to VM instances that don't permit rsa-ssh because of FIPS compliance or other reasons. You can choose the type of key to use in in Tools > Options > SSH. (#567)
  • Group policy support for SSH settings: The ADMX templates now let you control the SSH key type (RSA vs ECDSA) and key lifetime, helping you apply consistent settings across workstations.
  • Device and printer redirection: When using Remote Desktop, you can now optionally share local devices, drives, ports, printers, and smart cards. You can select which resources to share in the Connection settings tool window. (#572)

In addition, the release includes several stability improvements and fixes the following issues:

  • Under certain conditions, the SSH terminal showed an IndexOutOfBoundsException error. (#576)