Site Tools


software:securecrt

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
software:securecrt [2025/02/17 23:37] – created - external edit 127.0.0.1software:securecrt [2025/08/30 21:40] (current) Name
Line 6: Line 6:
     * Save     * Save
     * Reopen SecureCRT     * Reopen SecureCRT
-====Open Telnet links inside web browser with SecureCRT====+====Open Telnet and SSH links inside web browser with SecureCRT==== 
 +===Windows===
   * regedit   * regedit
     * Navigate to: <code>Computer\HKEY_CLASSES_ROOT\telnet\shell\open\command</code>     * Navigate to: <code>Computer\HKEY_CLASSES_ROOT\telnet\shell\open\command</code>
       * Change Default to: <code>"C:\Program Files\VanDyke Software\Clients\SecureCRT.exe" /T %1" /F</code>       * Change Default to: <code>"C:\Program Files\VanDyke Software\Clients\SecureCRT.exe" /T %1" /F</code>
 +
 +===Mac / Apple===
 +  - Install SecureCRT
 +  - Install Python3
 +    - Open a terminal window and type <code>python3</code> for a popup window asking you install the modules for Python3.
 +  - <code>nano /Users/userName/Library/Application\ Support/VanDyke/SecureCRT/Config/Global.ini</code> where userName is your current profile name.
 +    - Press CTRL+w and type the following in the search box:
 +      - <code>Check Shell Telnet Command</code>
 +    - Change the digit to a one.
 +      - <code>D:"Check Shell Telnet Command"=00000001</code>
 +  - {{ :software:securecrt:macos-setsecurecrtdefaulturlhandler.py.rtf |Download}} the macOS-SetSecureCRTDefaultURLHandler.py.rtf file.
 +    - <code>MD5 (macOS-SetSecureCRTDefaultURLHandler.py.rtf) = 29fad02edd7d35972493a7877e6b683e</code>
 +    - Rename the file to remove the .txt extension
 +      - <code>mv macOS-SetSecureCRTDefaultURLHandler.py.rtf macOS-SetSecureCRTDefaultURLHandler.py</code>
 +    - Set the file to executable
 +      - <code>chmod +x macOS-SetSecureCRTDefaultURLHandler.py</code>
 +  - Run Python3
 +    - <code>python3 macOS-SetSecureCRTDefaultURLHandler.py --register</code>
 +      - I did not have to reboot, but your mileage may vary.
 +  - Start SecureCRT and there should be a popup asking to use it as the default Telnet handler.
 +  - Enjoy!
software/securecrt.1739835442.txt.gz · Last modified: by 127.0.0.1