=====SecureCRT=====
====To enable new windows to open as tabs by default====
* Edit the global.ini file
* Modify line to read: "Single Instance"=00000001
* Save
* Reopen SecureCRT
====Open Telnet and SSH links inside web browser with SecureCRT====
===Windows===
* regedit
* Navigate to: Computer\HKEY_CLASSES_ROOT\telnet\shell\open\command
* Change Default to: "C:\Program Files\VanDyke Software\Clients\SecureCRT.exe" /T %1" /F
===Mac / Apple===
- Install SecureCRT
- Install Python3
- Open a terminal window and type python3
for a popup window asking you install the modules for Python3.
- nano /Users/userName/Library/Application\ Support/VanDyke/SecureCRT/Config/Global.ini
where userName is your current profile name.
- Press CTRL+w and type the following in the search box:
- Check Shell Telnet Command
- Change the digit to a one.
- D:"Check Shell Telnet Command"=00000001
- {{ :software:securecrt:macos-setsecurecrtdefaulturlhandler.py.rtf |Download}} the macOS-SetSecureCRTDefaultURLHandler.py.rtf file.
- MD5 (macOS-SetSecureCRTDefaultURLHandler.py.rtf) = 29fad02edd7d35972493a7877e6b683e
- Rename the file to remove the .txt extension
- mv macOS-SetSecureCRTDefaultURLHandler.py.rtf macOS-SetSecureCRTDefaultURLHandler.py
- Set the file to executable
- chmod +x macOS-SetSecureCRTDefaultURLHandler.py
- Run Python3
- python3 macOS-SetSecureCRTDefaultURLHandler.py --register
- 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!