diff --git a/website/docs/Configurations/Profiles/sas9ssh.md b/website/docs/Configurations/Profiles/sas9ssh.md index 3cabe15a9..0e646f47b 100644 --- a/website/docs/Configurations/Profiles/sas9ssh.md +++ b/website/docs/Configurations/Profiles/sas9ssh.md @@ -6,6 +6,12 @@ sidebar_position: 4 For a secure connection to SAS 9.4 (remote - SSH) server, a public / private SSH key pair is required. The socket defined in the environment variable `SSH_AUTH_SOCK` is used to communicate with ssh-agent to authenticate the SSH session. The private key must be registered with the ssh-agent. The steps for configuring SSH follow. +:::note + +You can use the console log to help debug connection issues. For more information, see [How do I debug connection failures?](../../faq.md#how-do-i-debug-connection-failures) + +::: + ## Profile Anatomy A SAS 9.4 (remote – SSH) connection profile includes the following parameters: diff --git a/website/docs/faq.md b/website/docs/faq.md index 96623bfcb..42eca6f62 100644 --- a/website/docs/faq.md +++ b/website/docs/faq.md @@ -80,6 +80,12 @@ Confirm if SAS Integration Technologies Client is successfully installed. Refer Click `Help > Toggle Developer Tools` from the top menu bar. +### How do I debug connection failures? + +The console log includes detailed errors and warnings that you can use to help debug problems with your connection. To open the console log, click `Help > Toggle Developer Tools` from the top menu bar. + +If you need more help, you can enter a GitHub issue by clicking https://github.com/sassoftware/vscode-sas-extension/issues/new/choose and filling out the form. Be sure to include the errors and warnings from the console log. + ### Why am I getting blank errors? Restart your VS Code session.