在 CheckPoint VPN 中保存密码

在 CheckPoint VPN 中保存密码

对于远程工作,我使用 CheckPoint SecuRemote,连接时,它会要求我输入密码;我如何缓存此密码?

  • 这些设置和我的问题有关吗?
    # Within: %ProgramFiles(x86)/CheckPoint/Endpoint Connect/trac.defaults
      neo_remember_user_password            STRING  false   GW_USER 0
      neo_remember_user_password_timeout    INT     1440    GW_USER 0
    

答案1

检查点文件对于 Win95/98 指定以下内容:

在 Win95/98 桌面上缓存 SecuRemote 凭证:

  1. 从活动工具栏中终止 SecuRemote
  2. 从注册表中删除 SecuRemote 自动启动项:
    # Delete key: C:\Program Files\CheckPoint\SecuRemote\bin\fwenc.exe
      HKLM\Software\Microsoft\Windows\CurrentVersion\run
    
  3. 在 Windows 启动组中,创建以下快捷方式,在其中添加–n–p 选项以缓存用户凭据SecuRemote,该方案必须是静态方案,例如Firewall -1 password
    # Full path name must be in quotes if the path contains spaces:
    
    # Default path for `SecuRemote` is:
      C:\program files\checkpoint\securemote\bin\fwenc.exe
    
    • Username、、password并且certificate-full-name不能包含空格:
      fwenc.exe -n username -p password
      fwenc.exe -c certificate-full-name -p password
      

相关内容