Forum: Secure Shell
12-15-2016, 04:24 PM
|
Replies: 5
Views: 6,582
Yes, that works. :)
However when I view the...
Yes, that works. :)
However when I view the config I notice that the path resolves to the absolute path. Am I at risk of overwriting the variable with an absolute file location at some point in...
|
Forum: Secure Shell
12-15-2016, 08:52 AM
|
Replies: 5
Views: 6,582
|
Forum: Secure Shell
11-30-2016, 06:48 AM
|
Replies: 5
Views: 6,582
Problems with SSH key in a portable installation
I have a portable SecureCRT that has problems with the locations of my SSH keys. The key is stored in the config directory and the configuration shows the relative path of "./key.key". However when...
|
Forum: Scripting
01-19-2016, 08:55 AM
|
Replies: 4
Views: 3,791
Hi,
You can put whatever you want in to a...
Hi,
You can put whatever you want in to a word file via a script; you just need to call the correct VB word commands to manipulate it.
I do exactly the same with excel by grabbing a copy of the...
|
Forum: Scripting
12-16-2015, 04:09 AM
|
Replies: 1
Views: 5,409
|
Forum: Scripting
12-09-2015, 03:34 AM
|
Replies: 3
Views: 4,296
Problem solved
Hi Todd,
Thanks for your reply.
Unfortunately changing from '+' to '&' didn't solve my problem.
However your suggestion to throw a messagebox to show if the prompts match what I expect did,...
|
Forum: Scripting
12-08-2015, 06:33 AM
|
Replies: 3
Views: 4,296
WaitForStrings matching on partial match
I have a script that is meant to run across multiple router OSes. However I am experiencing an issue where the WaitforStrings isn't behaving as expected.
It is currently set to wait for the...
|
Forum: Scripting
10-23-2015, 09:47 AM
|
Replies: 8
Views: 9,352
|
Forum: Scripting
10-23-2015, 03:45 AM
|
Replies: 8
Views: 9,352
|
Forum: Scripting
10-22-2015, 01:47 AM
|
Replies: 8
Views: 9,352
Some further information; if I switch off...
Some further information; if I switch off synchronous and program a sleep in before the "sh ver" command it works... but I haven't tested how robust this is, and I don't like switching off...
|
Forum: Scripting
10-22-2015, 01:27 AM
|
Replies: 8
Views: 9,352
OK, it looks like we might be getting...
OK, it looks like we might be getting somewhere...
First off on further research it isn't down to using SSH; it's a partciular device type when using SSH. So far I know the Nexus 9300 platform is...
|
Forum: Scripting
10-21-2015, 01:26 PM
|
Replies: 8
Views: 9,352
Yes, of course! I tested it before posting. It...
Yes, of course! I tested it before posting. It was actually far down the path of my non-programmer's diagnostic approach. I wanted to make sure it wasn't another part of the script that was causing...
|
Forum: Scripting
10-21-2015, 06:48 AM
|
Replies: 8
Views: 9,352
|