Skip to content

Commit 3f9d5bb

Browse files
authored
Update troubleshoot.md
included SSH key types
1 parent 68dd8b1 commit 3f9d5bb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/bastion/troubleshoot.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: bastion
55
author: charwen
66
ms.service: bastion
77
ms.topic: troubleshooting
8-
ms.date: 10/16/2019
8+
ms.date: 05/08/2023
99
ms.author: charwen
1010
---
1111

@@ -24,9 +24,9 @@ For more information, see [NSG guidance for Azure Bastion](bastion-nsg.md).
2424

2525
## <a name="sshkey"></a>Unable to use my SSH key with Azure Bastion
2626

27-
**Q:** When I try to browse my SSH key file, I get the following error: *'SSH Private key must start with -----BEGIN RSA PRIVATE KEY----- and ends with -----END RSA PRIVATE KEY-----'*.
27+
**Q:** When I try to browse my SSH key file, I get the following error: *'SSH Private key must start with -----BEGIN RSA/DSA/OPENSSH PRIVATE KEY----- and ends with -----END RSA/DSA/OPENSSH PRIVATE KEY-----'*.
2828

29-
**A:** Azure Bastion supports only RSA SSH keys, at this point in time. Make sure that you browse a key file that is RSA private key for SSH, with public key provisioned on the target VM.
29+
**A:** Azure Bastion supports RSA, DSA, and OPENSSH private keys, at this point in time. Make sure that you browse a key file that is RSA, DSA, or OPENSSH private key for SSH, with public key provisioned on the target VM.
3030

3131
As an example, you can use the following command to create a new RSA SSH key:
3232

@@ -85,4 +85,4 @@ The key's randomart image is:
8585

8686
## Next steps
8787

88-
For more information, see the [Bastion FAQ](bastion-faq.md).
88+
For more information, see the [Bastion FAQ](bastion-faq.md).

0 commit comments

Comments
 (0)