Astaro User Bulletin Board
Go Back   Astaro User Bulletin Board > Other Astaro Products > Astaro Secure Client (ASC)

Welcome to the Astaro User Bulletin Board.
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 06-06-2008, 01:56 AM
Junior Member
 
Join Date: Apr 2006
Posts: 2
Exclamation manual pin entry

Is there a way to make the pin entry totally automatic? I have a need for this on a computer that will remain in a remote area and need the secure client to make a connection without a human to type in the pin.
Reply With Quote
  #2 (permalink)  
Old 07-07-2008, 11:41 AM
Member
 
Join Date: Aug 2007
Location: Germany
Posts: 71
Default

Sounds like a case for site-to-site-vpn instead of remote access.
Reply With Quote
  #3 (permalink)  
Old 07-09-2008, 04:23 AM
Junior Member
 
Join Date: Apr 2006
Posts: 2
Default

I need to keep this a minimal solution, so basically the PC has to be able to establish an IPSEC connection using x509 certs, and to be able to recover from a connection interuption. Any Ideas??
Reply With Quote
  #4 (permalink)  
Old 07-09-2008, 06:00 AM
Member
 
Join Date: Aug 2007
Location: Germany
Posts: 71
Default

Well, that should be possible. What type of client is the PC? Linux/Windows/whatever?

With Windows Servers it should be easy, possible also for Linux, but might require some more research.
Reply With Quote
  #5 (permalink)  
Old 02-17-2009, 03:54 AM
Junior Member
 
Join Date: Feb 2009
Posts: 9
Default

I have the same problem with ASL7 , ASC 9 and X509 certificates. I need some method to remember the PIN after reboot because the remote machine can no be locally accessed when this reboot. Do you know some script? How to get this funtion with Windows?
Thanks in advance



Quote:
Originally Posted by Brainscanner View Post
Well, that should be possible. What type of client is the PC? Linux/Windows/whatever?

With Windows Servers it should be easy, possible also for Linux, but might require some more research.
Reply With Quote
  #6 (permalink)  
Old 02-17-2009, 01:07 PM
BAlfson's Avatar
Moderator
 
Join Date: Mar 2007
Location: Oklahoma City
Posts: 3,010
Default

If this remote machine is running Windows XP or newer, why not access it with RDP and restart ASC?

Cheers - Bob
__________________
ACE V7 - Astaro Preferred Partner since V3
Addicted to my iPhone!
Reply With Quote
  #7 (permalink)  
Old 02-26-2009, 03:56 AM
Junior Member
 
Join Date: Feb 2009
Posts: 9
Default

Thanks.
The problem is this, the remote machines are 240 and they are around whole Panama. They are giving a robotic service (without human intervention) and using the VPN client to connect to central site. It is possible use RDP but they are too many and sometimes far. The idea is to get a remote procedure to "remenber" or store the PIN of certificates X509 inside the client or the gateway. Do you know how to "remember" the PIN for a certificate?
I know, it is not the idea about to use the certificate PIN but it is a requirement from the customer.
Thanks again.
Reply With Quote
  #8 (permalink)  
Old 03-06-2009, 01:05 PM
Junior Member
 
Join Date: Mar 2009
Posts: 1
Default

I donīt know any way to enter the PIN in the Client automatically, because it would be a security risk.

If you want to do it anyway it i would use an automation tool like AutoIT

AutoIt v3 - Downloads

With this tool you can compile executable files to run on your PCs.

Here is a little Script that would do that. It activates the Astaro Client Windows, then presses alt-n, then c (for connect), then it waits for the pin window to pop up, sends the pin 1234 and presses the ok button.

------

; Select Client
WinActivate("Astaro Secure Client")
WinWaitActive("Astaro Secure Client")

; PIN
Send("!n")
sleep(500)
Send("c")
sleep(50)
WinWaitActive("Enter PIN")
Send("1234")
sleep(50)
Send("!o")
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 10:45 PM.

 

Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.


These pages are specifically maintained for the discussion of firewall issues within the Open Source community, and might already reflect new alpha/beta releases under development. Please refer to our product specifications for the functionality of the actual release. Discussions of new/enhanced functionality does not constitute a commitment of Astaro, to integrate this functionality into future releases. issues within the Open Source community, and might already reflect new alpha/beta releases under development. Please refer to our product specifications for the functionality of the actual release. Discussions of new/enhanced functionality does not constitute a commitment of Astaro, to integrate this functionality into future releases.