Cisco Anyconnect:有没有办法保存密码、用户名和 VPN 地址?

Cisco Anyconnect:有没有办法保存密码、用户名和 VPN 地址?

思科 annyconnect 有没有什么方法可以让我每次登录时都不必输入用户名、密码和 VPN 地址?

答案1

为了修复这个问题,您可以添加一个配置文件Cisco AnyCOnnect Secure Mobility Client

就我而言,这意味着添加profile.xml如下/opt/cisco/anyconnect/profile配置:

<?xml version="1.0" encoding="UTF-8"?>

<AnyConnectProfile xmlns="http://schemas.xmlsoap.org/encoding/">
<ServerList>
     <HostEntry>
          <User>your username</User>
          <HostName>your hostname</HostName>
          <HostAddress>you host url</HostAddress>
     </HostEntry>
</ServerList>
</AnyConnectProfile>

相关内容