Forum: General
10-14-2009, 06:36 AM
|
Replies: 2
Views: 5,856
Moving sessions between folders
How do I move multiple sessions from one folder to another? Right now it seems like if I go under the main "Sessions" and if I have a folder I can only click on one and drag it to either the main...
|
Forum: General
09-10-2009, 07:47 AM
|
Replies: 2
Views: 7,546
Custom Log Data
I'm curious how I would go about creating a log that does this:
I have the Log file name as: %H.log which is the hostname. I'm happy with that.
I have it start a log upon connect and append...
|
Forum: General
07-02-2009, 10:35 AM
|
Replies: 4
Views: 19,272
|
Forum: General
07-02-2009, 10:30 AM
|
Replies: 4
Views: 19,272
Change Password - Multiple sessions
I know this was put in the newest release. I'm running 6.2.1 (build 215) of SecureCRT. I want to change my password for all my sessions.
When I connect to a server via ssh, it asks me for my...
|
Forum: General
09-26-2008, 06:51 AM
|
Replies: 2
Views: 4,545
|
Forum: General
09-26-2008, 06:49 AM
|
Replies: 9
Views: 13,245
|
Forum: General
09-16-2008, 06:40 AM
|
Replies: 2
Views: 4,545
Search in 6.1.0 (build 349)
I'm loving the search feature from the connection box. However, If I have a list of servers (sessions) listed and I search for server and there are servers named "serverA" and "serverB" it will only...
|
Forum: Scripting
08-29-2008, 12:25 PM
|
Replies: 13
Views: 14,346
|
Forum: Scripting
08-27-2008, 10:47 AM
|
Replies: 4
Views: 5,094
|
Forum: Scripting
08-27-2008, 09:18 AM
|
Replies: 13
Views: 14,346
|
Forum: Scripting
08-27-2008, 07:23 AM
|
Replies: 13
Views: 14,346
password script
Ok. it hung on the first part so I changed it to get it working through that. I also moved all the password prompts to the start of the script so it flows faster.
I thought I had it working...
|
Forum: Scripting
08-26-2008, 07:57 AM
|
Replies: 13
Views: 14,346
|
Forum: Scripting
08-25-2008, 11:23 AM
|
Replies: 13
Views: 14,346
|
Forum: Scripting
08-25-2008, 07:55 AM
|
Replies: 13
Views: 14,346
|
Forum: Scripting
08-22-2008, 08:08 AM
|
Replies: 13
Views: 14,346
Script to automate passwords on multiple servers?
I'm looking to do the following but am not sure if I can do this with a SecureCRT script. Here's basically what I want to do.
First I am already logged into the Solaris 10 server via SecureCRT. I...
|
Forum: General
07-02-2008, 02:49 PM
|
Replies: 4
Views: 4,724
|
Forum: General
07-02-2008, 01:09 PM
|
Replies: 4
Views: 4,724
SecureCRT Beta 2 bug
I can reproduce this error over and over:
startup SecureCRT right click on the toolbar...
select customize
click -> reset to Default and close
then Click file and then move mouse over...
|
Forum: Scripting
06-27-2008, 02:32 PM
|
Replies: 3
Views: 5,337
Thanks
That works like a charm. Thank you very much.
|
Forum: Scripting
06-27-2008, 11:09 AM
|
Replies: 3
Views: 5,337
Password in scripts
I'm working on a script that will go out to an FTP server, enter the users inputted username and password, send it, and then install.
My question is this. How would I "encrypt" their password...
|
Forum: File Transfer
05-20-2008, 06:47 AM
|
Replies: 1
Views: 3,994
SecureFX / SecureCRT - logins question
I have a session setup for each of my servers using my own username and password that I have stored and use SecureCRT to connect with.
However, when I use SecureFX I want to use a different...
|
Forum: Scripting
04-28-2008, 12:42 PM
|
Replies: 4
Views: 6,068
|
Forum: Scripting
04-28-2008, 06:09 AM
|
Replies: 4
Views: 6,068
Issues
Yeah the error message was saying it needed a then statement.
However the problem I'm having is it isn't executing the code if the condition is true
if LocalMac = "local-mac-address?=false"...
|
Forum: Scripting
04-25-2008, 01:05 PM
|
Replies: 4
Views: 6,068
|
Forum: General
04-22-2008, 06:42 AM
|
Replies: 1
Views: 4,132
Search Feature from Connect Box?
Is there a way to "search" from the "Connect" box. If not this would be a really GREAT feature to add...
I have a LOT of servers I manage and I've broke all the sessions into their own "terminal...
|
Forum: Scripting
04-02-2008, 02:24 PM
|
Replies: 2
Views: 4,019
Changed
I changed the script to this FYI to whoever wants it.. seems to work good now.
#$language = "VBScript"
#$interface = "1.0"
' Send sudo login information to all tabs
crt.Screen.Synchronous =...
|