Connecting to Citrix Infrastructure via RDP through a Linux Bastion Host in AWS 编辑

June 30, 2022 Contributed by:  L BC

When setting up a Citrix Virtual Apps and Desktops environment in AWS, it is important to keep security considerations in mind. A bastion host is commonly used for added security and separation between external and internal networks, and is typically a stripped-down Linux instance that hosts a proxy server. For Citrix implementations in AWS, an admin might have access to the bastion host, but no direct network access to the Citrix infrastructure. As Citrix infrastructure is comprised of Windows-based instances and includes a GUI-based meta-installer, connectivity through a Linux-based bastion host becomes an issue.

Connecting to a Linux instance in AWS via a bastion host is as simple as PuTTYing to the bastion and SSHing into the desired instance. To create an RDP session to a Windows instance through a bastion host is possible by using port forwarding. Port forwarding is the remapping of the destination IP and a port number. It makes services on a protected network available on the opposite side of a gateway, such as a router. In this case, use port forwarding to map your local port to the RDP port on the desired instance by creating a tunnel in your preferred SSH/Tunneling utility.

For example, in the PuTTY console, create an SSH session. Enter the public IP of the bastion host, provide the private key in the Auth section, and then create a Tunnel. The tunnel’s source port should be an unused local port, such as localhost 5000 and over. The IP address is the IP of the destination host (the Windows instance you are trying to reach) with the RDP port appended (3389). Be sure to save your configurations. Connect to the bastion host, and log in. Then, start an RDP session for your local port.

Set the host name or public IP of the bastion host.blog-image1

In SSH > Auth, set the private key file in the .ppk format.blog-image2

In SSH > Tunnels, add the new forwarded port. The Source port should be the arbitrary unused port, and the Destination should be the IP of the destination server behind the bastion host, with the RDP port appended. In the Source port field, click Add to connect a new forwarded port.blog-image3

Connect to the bastion host via PuTTY, and then log in.blog-image4

Start an RDP session using the local host to reach the destination server.blog-image5

Contributed by Jill Fetscher, Citrix Principal Consultant

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据

词条统计

浏览:29 次

字数:3089

最后编辑:7 年前

编辑次数:0 次

    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文