Forum: SecureCRT on the Mac
03-25-2021, 06:35 AM
|
Replies: 6
Views: 8,604
|
Forum: SecureCRT on the Mac
03-23-2021, 04:30 PM
|
Replies: 6
Views: 8,604
|
Forum: SecureCRT on the Mac
03-23-2021, 03:41 PM
|
Replies: 6
Views: 8,604
|
Forum: SecureCRT on the Mac
03-23-2021, 03:28 PM
|
Replies: 6
Views: 8,604
Is CRT making this sound?
Hello
I got a new macbook and upgraded CRT and now I am getting this random sound every day throughout the day.
I cant figure out what it is ..
Is it CRT if so .. how do I disable it?
...
|
Forum: SecureCRT on the Mac
05-18-2020, 11:06 AM
|
Replies: 4
Views: 6,131
Thanks for the prompt response
Ok that...
Thanks for the prompt response
Ok that popped up the menu .. for a quick connect.
But I couldnt find the Menu Function to start a specfic new session in a ney tab.
|
Forum: SecureCRT on the Mac
05-15-2020, 05:46 PM
|
Replies: 4
Views: 6,131
Map key for new session
Hello
I have a button / script to create a new session.
But i tried to map it to a key sequence in the keymap editor and it didnt work.
Is there a way to map a key for a new session on mac?
|
Forum: SecureCRT on the Mac
04-17-2019, 12:13 PM
|
Replies: 3
Views: 9,636
|
Forum: Scripting
02-04-2019, 10:34 AM
|
Replies: 5
Views: 4,915
|
Forum: Scripting
02-04-2019, 10:13 AM
|
Replies: 5
Views: 4,915
Thanks
i changed the code to
...
Thanks
i changed the code to
szOutput = crt.Screen.WaitForStrings(["# ","word:","mbp:nfs #"], 3)
And it still doesnt work
What i noticed was if i cat a file .. it does...
|
Forum: Scripting
02-04-2019, 09:13 AM
|
Replies: 5
Views: 4,915
Help with timeout
hi
my script is pretty much working except for the time out
# $language = "python"
# $interface = "1.0"
def main():
crt.Screen.Synchronous = True
with...
|
Forum: Scripting
02-02-2019, 11:02 AM
|
Replies: 4
Views: 3,854
|
Forum: Scripting
02-02-2019, 07:25 AM
|
Replies: 4
Views: 3,854
|
Forum: Scripting
02-01-2019, 12:00 PM
|
Replies: 4
Views: 3,854
try different passwords
I have this script that works great to do different things
but lately there were some hosts that have old passwords .,. pass2 and pas3
I trying to add a simple way for it to try pass2 and...
|
Forum: SecureCRT on the Mac
09-12-2018, 09:36 AM
|
Replies: 3
Views: 9,636
script to SSH to host
:cool:def main():
crt.Screen.Synchronous = False
with open('/Users/rleon16/hosts') as hosts_:
for host in hosts_:
crt.Screen.WaitForString("working # ")
...
|
Forum: SecureCRT on the Mac
02-28-2018, 09:38 AM
|
Replies: 1
Views: 7,501
|
Forum: SecureCRT on the Mac
08-23-2017, 02:53 PM
|
Replies: 3
Views: 8,383
|
Forum: SecureCRT on the Mac
07-05-2017, 12:32 PM
|
Replies: 3
Views: 8,383
run ssh command
I am trying to ssh in .. and run the uptime command .. in my loop.
I am missing something i cant run the uptime command or any other strings.
def main():
crt.Screen.Synchronous =...
|
Forum: SecureCRT on the Mac
04-13-2017, 11:49 AM
|
Replies: 3
Views: 8,138
|
Forum: SecureCRT on the Mac
04-13-2017, 09:26 AM
|
Replies: 3
Views: 8,138
Shortcuts to Sessions
Hi in trying to do the following -
1. Have a 2nd CRT instance in my apps dock that opens a new crt window each time i click it.
If I cant do that can I save a shortcut to a specific session...
|
Forum: Scripting
03-08-2017, 01:06 PM
|
Replies: 4
Views: 5,614
|
Forum: Scripting
03-07-2017, 08:24 AM
|
Replies: 4
Views: 5,614
if statement help ,
Running the latest secureCRT on MAC.
objNewTab.Screen.WaitForString("# ")
objNewTab.Screen.Send("ssh " + host + '\r')
...
|
Forum: Scripting
02-21-2017, 11:32 AM
|
Replies: 1
Views: 6,198
pop up with input in python
Hi
I need a pop up box that will list
a b c d e
then prompt for one of the options -
if i input a b c d e
continue and assign it to a variable to use during the entire loop.
if it...
|
Forum: Scripting
08-26-2016, 09:14 AM
|
Replies: 7
Views: 7,369
|
Forum: Scripting
08-25-2016, 02:19 PM
|
Replies: 7
Views: 7,369
|
Forum: Scripting
08-25-2016, 01:18 PM
|
Replies: 7
Views: 7,369
Hi Brenda
lol sorry I wasnt clear
...
Hi Brenda
lol sorry I wasnt clear
crt.Screen.Send("scp -p -r -oStrictHostKeyChecking=no ssh_client.tar root@" + host + ":/root" + '\r')
I tried what you suggested but I get an error now.
...
|