Page 1 of 2
Opening multiple sessions in multi-tab
Posted: Mon Apr 10, 2017 9:43 am
by nahianku1
Hi I am using SecureCRT with eve as local telnet session management.But the problem is that when i am opening multiple session at the same time it is not opening in multi-tab.I want to open it in multi-tab rather than separately.Is there any way.Try to answer me as soon as possible.My browser is Firefox and Secure CRT is 7.3.
Re: Opening multiple sessions in multi-tab
Posted: Mon Apr 10, 2017 2:40 pm
by ecze
nahianku1 wrote: ↑Mon Apr 10, 2017 9:43 am
Hi I am using SecureCRT with eve as local telnet session management.But the problem is that when i am opening multiple session at the same time it is not opening in multi-tab.I want to open it in multi-tab rather than separately.Is there any way.Try to answer me as soon as possible.My browser is Firefox and Secure CRT is 7.3.
What's your OS version ?
If Win10, use our latest windows pack rebuild to support WIn7/8/10
E.
Re: Opening multiple sessions in multi-tab
Posted: Mon Apr 24, 2017 1:49 pm
by johnsonh7
I'm using win 10 enterprise build 1607 with secureCRT 8.0.1 x64,and have imported the win10CRT reg file. the same issue happed. if i click "open all nodes in console", will open the first node in secureCRT tab, other nodes open browser tabs (just like "telnet://x.x.x.x:32779" in address ), and those browser tabs disappeared in few seconds.
Re: Opening multiple sessions in multi-tab
Posted: Mon Apr 24, 2017 2:31 pm
by Torc
This worked for me on Windows 7. Not sure if it works for Windows 10.
https://www.vandyke.com/products/secure ... /018.html
I opened up "HKEY_CLASSES_ROOT\telnet\shell\open\command" (telnet instead of ssh like in the FAQ link) and added the "/T" switch to force it to open up a new session as a tab instead of a new window.
Re: Opening multiple sessions in multi-tab
Posted: Tue May 09, 2017 9:25 pm
by lvalero
had the same issue when upgrading to securecrt 8.2, just re-run the reg file and logout/login.
Re: Opening multiple sessions in multi-tab
Posted: Wed May 10, 2017 6:55 pm
by zigy
I have the same issue with win10 and SecureCRT8.2.
I've reinstalled the .REG file and also removed and reinstall the interface by issuing the command "rm –f /opt/ovf/.configured"
I steel have the problem that every telnet session to a device is opening in a seperate SecureCRT window and not in a TAB.
Can anyone help me to solve this problem ?
Thanks in advance
Re: Opening multiple sessions in multi-tab
Posted: Wed May 10, 2017 8:53 pm
by Uldis (UD)
go to your windows default program settings and set CRT as default program
Re: Opening multiple sessions in multi-tab
Posted: Fri May 12, 2017 9:52 pm
by zigy
Thanks for your response.
I've checked and the setting for default app is exactly the same like you've described.
do you have more suggestions ?
Re: Opening multiple sessions in multi-tab
Posted: Sat May 13, 2017 5:37 am
by ramindia
zigy wrote: ↑Fri May 12, 2017 9:52 pm
Thanks for your response.
I've checked and the setting for default app is exactly the same like you've described.
do you have more suggestions ?
Clear the browse cache ( do not open browser yet), check the settings mentioned below URL
https://www.vandyke.com/products/securecrt/faq/018.html
Open Browser and test and advise.
R!
Re: Opening multiple sessions in multi-tab
Posted: Sat May 13, 2017 1:55 pm
by RTG
I got the same issue, and besides the steps you already taken, you need to do just 2 more things.
1. Open the file
Global.ini located in C:\Users\"your profile"\AppData\Roaming\VanDyke\Config\
2. Search for "D:"Single Instance"=00000000" and change to "D:"Single Instance"=00000001" and save it
This is a copy of my registry entries just in case:
Code: Select all
[HKEY_CURRENT_USER\SOFTWARE\Classes\SecureCRT.telnet]
@="telnet"
[HKEY_CURRENT_USER\SOFTWARE\Classes\SecureCRT.telnet\DefaultIcon]
@="C:\\Program Files\\VanDyke Software\\Clients\\SecureCRT.exe,0"
[HKEY_CURRENT_USER\SOFTWARE\Classes\SecureCRT.telnet\shell]
[HKEY_CURRENT_USER\SOFTWARE\Classes\SecureCRT.telnet\shell\open]
[HKEY_CURRENT_USER\SOFTWARE\Classes\SecureCRT.telnet\shell\open\command]
@="\"C:\\Program Files\\VanDyke Software\\Clients\\SecureCRT.exe\" /T %1"
[HKEY_CURRENT_USER\SOFTWARE\SecureCRT]
[HKEY_CURRENT_USER\SOFTWARE\SecureCRT\Capabilities]
[HKEY_CURRENT_USER\SOFTWARE\SecureCRT\Capabilities\URLAssociations]
"telnet"="SecureCRT.telnet"
[HKEY_CURRENT_USER\SOFTWARE\RegisteredApplications]
"SecureCRT"="Software\\SecureCRT\\Capabilities"
[HKEY_CURRENT_USER\SOFTWARE\Classes\telnet\shell]
[HKEY_CURRENT_USER\SOFTWARE\Classes\telnet\shell\open]
[HKEY_CURRENT_USER\SOFTWARE\Classes\telnet\shell\open\command]
@="\"C:\\Program Files\\VanDyke Software\\Clients\\SecureCRT.exe\" /T %1"