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
0
votes
2 answers
Need to run SecureCRT session from the CMD
Sorry for any issues but this is my first post here and thank you in advance for your any comments.
I need to run following command from the CMD: C:\Users\Name\Documents\CRT\SecureCRT.EXE /S \DEVICES\device where device will be added in the loop…

nowy
- 13
- 2
0
votes
1 answer
How to break process in Termius Software?
I use termius software as a ssh tools in MacBookPro, But I don't know how to break process in Termius Software?
It has been stuck there.

Ven Shine
- 8,739
- 2
- 9
- 24
0
votes
1 answer
How to SSH to a server then to another within same tab?
I have two remotes servers (Server_01 and Server_02).
My work literally is on Server_02. In order to access to Server_02, I need the first SSH to Server_01 then another SSH to Server_02.
(machine)$ ssh Server_01
(Server_01)$ ssh…

Eric Lorant
- 11
- 2
0
votes
1 answer
iOS:URLRequest Error Domain=NSURLErrorDomain Code=-1202 "The certificate for this server is invalid
I'm trying to implement an request:
func makeRequest(urlStr: String) {
let session = URLSession.shared
let url = URL(string: urlStr)!
let task = session.dataTask(with: url, completionHandler: { data, response, error in
if error…

user2924482
- 8,380
- 23
- 89
- 173
0
votes
1 answer
Import SecureCrt XML session file into MobaXterm not working
I have recently started working at a new job,and unfortunately i can't install SecureCrt at the moment from various reasons.
A colleague of mine is working with Scrt, so we decided he'll export his sessions into XML and i'll import them in…

Thomas Shredster
- 1
- 1
- 1
0
votes
1 answer
crt.Dialog.FileOpenDialog([title, [buttonLabel, [defaultFilename, [filter ]]]])
When I am trying to browse for a file using crt.Dialog.FileOpenDialog(attributes as required),the browsing window is not appearing on the top rather its appearing behind some other windows.
I tried using focus but didn't get the desired…

Sam
- 9
- 3
0
votes
1 answer
SecureCRT - Python script, automated ssh2 tab not responding to commands being sent
I'm modifying a script in python to run in securecrt 8.5.2 in order to backup the running-config of some cisco ASR9K equipment I have in charge, but the script seems to end abruptly after the second sucessful ssh2 hop (2nd tab) and does not send the…

Dakrutz
- 1
- 1
0
votes
0 answers
Why is Rust `cargo build` output corrupted in SecureCRT?
When I run cargo build it prints non-printable characters, which lock the terminal. I can workaround it, but I wonder why a tool would do that and how do I prevent it?
For example:
$ cargo build
Compiling crypto-speed v0.1.0…

Dan Anderson
- 2,265
- 1
- 9
- 20
0
votes
1 answer
Checking a flask application running on Secure_CRT
I have written a flask application which returns "Site is OK!". I have this application running on an Ubuntu server locally in SecureCRT. Generally, to check if the application is running or not, I copy paste the URL, for example,…

Cathy
- 367
- 1
- 3
- 16
0
votes
1 answer
how to capture the exit status of capture calling another perl script within a perl script and if it fails it should die
I've just started using Perl 5.26 on secure-CRT and i wrote a Perl script that capture calls multiple Perl scripts.
my @secondCommand = capture("perl clientquery.pl -r $cid -l test.log -is $sqlFile");
I was wondering how can I capture the exit…

Mohammed Dirir
- 25
- 8
0
votes
1 answer
How to ensure python code is terminated with vbscript when I am uploading vbscript to secure crt using pyautogui module?
I am trying to create an RPA based automation for running a vbscript in Secure CRT. In that, I am uploading vbscript to Secure CRT using pyautogui module. Now, my code ends even before all the logs download from vbscript is completed. How can I…

HobbyCoder
- 45
- 9
0
votes
1 answer
Secure CRT send command to an host VBS
Hey i have tried to make a simple script that can log in and send commands to the host/server:
Sub Main
crt.Screen.Synchronous = True
crt.Session.Connect "ip adress"
crt.Screen.WaitForString "Username: "
crt.Screen.Send "username" &…

Mikkel
- 1
- 3
0
votes
1 answer
Python send enter Key over telnet
i'm not able to send "enter" key for after accessing the access server, i need to type the device name and hit enter ... till here its working .... after this .. i need to send another enter key .. looks like my script new line but not the enter…

Khaled Ismael
- 1
- 1
0
votes
1 answer
conemu macros 'line send delay' method?
I frequently use SecureCRT and I really like it's 'line send delay' option. It lets you inject a delay in milliseconds to lines sent via mapped keys. This is really helpful because mapped keys sometimes send their commands too fast for the OS.…

DAVID VANCE
- 3
- 1
0
votes
2 answers
using KeyStore with .crt
I need to integrate an application with external web service which forces to use https. Authors of this web service provided me with .crt file which I should use for making https requests. After some investigation I've found the following code which…

Andrey Yaskulsky
- 2,458
- 9
- 39
- 81