Opening multiple sessions in multi-tab

Before posting something, READ the changelog, WATCH the videos, howto and provide following:
Your install is: Bare metal, ESXi, what CPU model, RAM, HD, what EVE version you have, output of the uname -a and any other info that might help us faster.

Moderator: mike

nahianku1
Posts: 4
Joined: Mon Apr 10, 2017 9:34 am

Opening multiple sessions in multi-tab

Post by nahianku1 » 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.

ecze
Posts: 533
Joined: Wed Mar 15, 2017 1:54 pm

Re: Opening multiple sessions in multi-tab

Post by ecze » Mon Apr 10, 2017 2:40 pm

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.

johnsonh7
Posts: 1
Joined: Mon Apr 24, 2017 1:25 pm

Re: Opening multiple sessions in multi-tab

Post by johnsonh7 » Mon Apr 24, 2017 1:49 pm

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.

Torc
Posts: 11
Joined: Mon Apr 24, 2017 2:14 pm

Re: Opening multiple sessions in multi-tab

Post by Torc » Mon Apr 24, 2017 2:31 pm

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.

lvalero
Posts: 22
Joined: Fri Mar 31, 2017 7:26 pm

Re: Opening multiple sessions in multi-tab

Post by lvalero » Tue May 09, 2017 9:25 pm

had the same issue when upgrading to securecrt 8.2, just re-run the reg file and logout/login.

zigy
Posts: 3
Joined: Wed May 10, 2017 3:14 pm

Re: Opening multiple sessions in multi-tab

Post by zigy » Wed May 10, 2017 6:55 pm

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

Uldis (UD)
Posts: 5086
Joined: Wed Mar 15, 2017 4:44 pm
Location: London
Contact:

Re: Opening multiple sessions in multi-tab

Post by Uldis (UD) » Wed May 10, 2017 8:53 pm

go to your windows default program settings and set CRT as default program
You do not have the required permissions to view the files attached to this post.

zigy
Posts: 3
Joined: Wed May 10, 2017 3:14 pm

Re: Opening multiple sessions in multi-tab

Post by zigy » 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 ?

ramindia
Posts: 409
Joined: Sun Mar 19, 2017 10:27 pm

Re: Opening multiple sessions in multi-tab

Post by ramindia » Sat May 13, 2017 5:37 am

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!

RTG
Posts: 9
Joined: Tue Apr 25, 2017 8:31 pm

Re: Opening multiple sessions in multi-tab

Post by RTG » Sat May 13, 2017 1:55 pm

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

:) 8-)

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"

Post Reply