使用 xfce 运行 xubuntu 16.04,我正在尝试使用带有密码短语的 ssh 密钥。我想将我的密码短语添加到我的 ssh-agent 中,但我不知道为什么我不能添加它。我的启动中没有启用 gnome 密钥环或类似的东西。ssh-add privatekey,添加密钥,但是当我再次尝试 ssh 时,它只会打印错误两次。一些修复说在启动时禁用 gnome 密钥环,但我已经禁用了它。当我为 raspberrypi 替换 ssh 密钥时,这一切都发生了。
> OpenSSH_7.2p2 Ubuntu-4ubuntu2.1, OpenSSL 1.0.2g 1 Mar 2016
debug1: Reading configuration data /home/potato/.ssh/config
debug1: /home/potato/.ssh/config line 1: Applying options for paj
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 19: Applying options for *
debug1: Connecting to 111.229.105 [111.229.105] port 22253.
debug1: Connection established.
debug1: identity file /home/potato/.ssh/hplaptop_to_pi type 1
debug1: key_load_public: No such file or directory
debug1: identity file …
Run Code Online (Sandbox Code Playgroud) 在 Xubuntu 16.04 上,我想安装最新的 Virtualbox 包。我知道我可以通过 APT 安装它并通过 Ubuntu 存储库接收更新,或者我可以添加一个 PPA(如果有的话)并从那里接收它。
在此链接中,我可以下载软件包或将其添加到sources.list
并安装:https : //www.virtualbox.org/wiki/Linux_Downloads
但我宁愿通过从他们的网站下载来安装最新的软件包。如果我运行“ dpkg -i install packagename
”,它会安装软件包,但是它会添加一个新的存储库,每当我运行“ sudo apt-get update && sudo apt-get upgrade
”时我都会从中接收更新?我可以以某种方式检查包是否包含这样的存储库吗?