我在尝试在 KUbuntu 22.04 上设置 FortiClient VPN 时遇到问题。手动添加依赖包后,安装顺利进行。但是,当我尝试使用单点登录 (SSO) 进行连接时,身份验证窗口短暂打开并关闭,让我停留在“正在连接...”阶段。在这个窗口中,我应该输入用户名和密码,然后使用 2FA 应用程序进行验证。
即使启用“使用外部浏览器作为 saml 用户身份验证的用户代理”,问题仍然存在。同样的行为发生,外部浏览器无法按预期打开。
我在 Kubuntu 20.04 上没有遇到这种连接问题。有人在 (K)Ubuntu 22.04 上成功建立这种连接吗?
答案1
对我有用。
安装 gpg 密钥:
wget -O - https://repo.fortinet.com/repo/forticlient/7.2/debian/DEB-GPG-KEY | gpg --dearmor | sudo tee /usr/share/keyrings/repo.fortinet.com.gpg
创造/etc/apt/sources.list.d/repo.fortinet.com.list内容如下:
deb [arch=amd64 signed-by=/usr/share/keyrings/repo.fortinet.com.gpg] https://repo.fortinet.com/repo/forticlient/7.2/debian/ stable non-free
更新软件包列表:
sudo apt-get update
安装 FortiClient:
sudo apt install forticlient