Salvar senha no CheckPoint VPN

0

Para trabalhos remotos eu uso o CheckPoint SecuRemote.

Ao ligar, pede-me uma senha.

Como posso armazenar essa senha em cache?

c:/Program Files (x86)/CheckPoint/Endpoint Connect/trac.defaults arquivo com configurações:

neo_remember_user_password      STRING  false   GW_USER 0
neo_remember_user_password_timeout  INT 1440    GW_USER 0

Eles estão relacionados à minha pergunta?

    
por gavenkoa 18.04.2017 / 15:58

1 resposta

0

Documento de ponto de verificação especifique o seguinte para Win95 / 98

Caching SecuRemote credentials on Win95/98 Desktops:

  1. Kill SecuRemote from the active toolbar:

  2. Remove the SecuRemote auto start key from the registry: Goto

    HKEY_LOCAL_MACHINE \ Software \ Microsoft \ Windows \ CurrentVersion \run

Delete this entry:

"C:\Program Files\CheckPoint\SecuRemote\bin\fwenc.exe"
  1. In the Windows Startup group create the following shortcut where you add the –n and –p options to cache the user credentials for SecuRemote. NOTE: The user credentials must be a static scheme like Firewall -1 password. NOTE: The path for SecuRemote by default is C:\program files\checkpoint\securemote\bin\fwenc.exe

You have to enclose the full path name in quotes if the path contains spaces. Using "fwenc.exe -n username -p password", or "fwenc.exe -c certificate-full-name -p password", the username, password and certificate-full-name may not contain spaces.

    
por 18.04.2017 / 16:23