英文版securecrt8.3连接Windows11本地
时间: 2023-09-21 18:08:45 浏览: 185
SecureCRT 8.3
Hello! To connect to Windows 11 locally using SecureCRT 8.3, you can follow these steps:
1. First, make sure that the SSH server is enabled on your Windows 11. You can find and install "OpenSSH Server" in "Settings" -> "Apps" -> "Apps & features" -> "Optional features".
2. Open the SecureCRT 8.3 software.
3. On the main interface of SecureCRT, click on "File" -> "New Connection" or use the shortcut Ctrl + N.
4. In the "New Session" window, select "Protocol" as "SSH2".
5. In the "Hostname" field, enter the IP address or computer name of your local host. If it is the local host, you can enter "localhost" or "127.0.0.1".
6. Enter the SSH server's port number in the "Port" field, which is typically 22 by default.
7. In the "Username" field, enter your Windows 11 login username.
8. Under the "Authentication Method" section, choose the appropriate authentication method. If you have set a password on Windows 11, select "Password" and enter your login password in the "Password" field. If you are using SSH keys for authentication, choose "Public Key" or "Public Key + Password".
9. Configure other options as needed.
10. Click on the "Connect" button to initiate the connection.
SecureCRT 8.3 will now attempt to connect to your Windows 11 local host. If all the settings are correct, you should successfully connect to the host.
I hope this helps! If you have any other questions, feel free to ask.
阅读全文