SecureCRT for Windows, Mac, and Linux is proprietary software that provides terminal emulation for computing professionals. It provides advanced session management, secure remote access, file transfer, and data tunneling.
Questions tagged [secure-crt]
65 questions
4
votes
1 answer
No Module Named Socket
Im trying to use the socket module in a logon script for SecureCRT. When run from my command line, the script runs perfectly but once I try to run it through SecureCRT it tells me there is no socket module.
Im using python 3.7 and have made sure…

Newb 4 You BB
- 1,205
- 1
- 11
- 30
3
votes
1 answer
How to edit a file inside a zip remotely on Secure_CRT?
I have a task to edit a file inside of a zip on SecureCRT.
I am able to run Linux commands remotely using JSCH library (com.jcraft.jsch)
Here is part of my code:
Session session = setUpSession(testParameters, softAsserter);
Channel…

Tal Angel
- 1,301
- 3
- 29
- 63
3
votes
1 answer
How do identify STATUS_INVALID_CRUNTIME_PARAMETER exception
Platform is Windows 7 SP1.
I recently spent some time debugging an issue that was caused because a code was passing an invalid parameter to one of the "safe" CRT functions. As a result my application was aborted right away with no warning or…

ForeverLearning
- 6,352
- 3
- 27
- 33
2
votes
1 answer
Can someone help me with a Python command for ctrl + c
I am running a python script on Secure CRT to capture certain data logs. My logs can be stopped by pressing ctrl+c physically on the keyboard. So far I have used the following but to no avail. Can someone tell me how to send ctrl+c as a command to…

Rcoder98723
- 33
- 5
2
votes
1 answer
Mobaxterm, "Execute Command" Configuration
I have a to ask about Mobaxterm, I see that I can configure to my sessions, commands in the field execute command on the settings, but I can't send an enter. I need to execute commands like a cd, or an sh, and also send an enter, but the system…

luisascoobydoo
- 21
- 1
- 1
- 3
2
votes
1 answer
SecureCRT: VBScript printing output to console
I have written script to connect from my local machine to Jump server using secure crt. i was able to execute the script and capture the output into Msgbox, But unable to print it to console.
Below is the code which i have written.
#$language =…

Fla-Hyd
- 279
- 7
- 17
2
votes
1 answer
how to echo a command to terminal in vbs
I am using SecureCRT and want to run a vbs script while I am connected in a session, I want to get a site name from user by prompt and then use this variable inside a specific command (pmxh is a session specific command) to send this command to the…

solarisan
- 67
- 7
2
votes
1 answer
Match only whole word which includes special characters
I'm need help figuring out a RegEx statement to help me match properly interfaces on a switch/router.
Example: Correct matches may be:
Fa1/0, Gig2/0/2, Fa3/0/33/333, G1/0/0:1, Gi0/0.900 etc.
The closest I've been able to get…

James
- 21
- 4
1
vote
2 answers
python subprocess use
Sorry if this question has been asked 100 times before, unfortunately, i haven't found it if it was. I am looking to write a python script which will spawn a background process and monitor it to see if it has completed. I have seen the os.system…

ozymandius100
- 13
- 5
1
vote
1 answer
How to correct SecureCRT vbs Regex
So I made a vbs script for SecureCRT but it is not working.
The script should look inside a text and check all interfaces then loop through them by issuing a command for each interface.
the error I receive is in code line (Set matches =…

A.D usa
- 69
- 5
1
vote
1 answer
"The system cannot find the file specified" when using SecureCRT SFTP to download file from Linux server to Windows
I want to download a file from my Linux server to my local Windows PC.
I used SecureCRT to build an SSH connection and then use SFTP get command to download, but failed:
sftp> get /remote/path/file.svg D:\local\path
Downloading file.svg from…

quan
- 13
- 3
1
vote
1 answer
How to wait for the Screen to catch up with my VBScript in SecureCRT?
I'm trying to write a script for SecureCRT in VBScript that sends keystrokes to automate some of my more repetitive tasks for me. Normally, all I have to do is press a couple of keys, but I'm trying to have a script press them for me.
The issue is…

ND523
- 159
- 8
1
vote
0 answers
error while loading shared libraries: libicui18n.so.66: cannot open shared object file: No such file or directory
I installed as OS ParrotOS which is based on debian and installed securecrt which is my favorite SSH tool.
In the past it was no problem to start securecrt. but i did an OS upgrade and since then i am not able to start scrt. Then i tried to upgrade…

Hakuna Matata
- 11
- 2
1
vote
1 answer
agent key RSA SHA256: returned incorrect signature type
I always use SecureCRT to connecting WSL (version 1, Ubuntu image).
But on the newer Ubuntu image (20.04.1 LTS), I got the below notice every time when running ssh command.
agent key RSA SHA256:U9tL1mjyeoT6PRQaEZHyBH7ZY+PZ6T0I5Z5IZi+qGDs returned…

Time Killer
- 693
- 8
- 21
1
vote
1 answer
Is there any way to access window shell by secureCRT program?
I'm using window10 and secureCRT program.
secureCRT is better to use than window cmd prompt so I want to access window shell by secureCRT program.
Anybody knows how to I do it?

wooggumoggu
- 31
- 3