如何防止移情在每次启动时询问密钥环密码?我认为 rhytmbox 也会询问我的密钥环密码。
我已经使用ssh-keygen. 但是,每次会话第一次使用时,都会提示我输入密码以将其解锁。登录后如何自动解锁?
更好的是:因为它是在 Ubuntu 服务器上运行的,如果它根本没有被锁定就太好了——这样需要它的自动化守护进程就不需要手动干预来使用它了。
我被黑了吗???
Feb 20 07:49:16 USER gnome-keyring-daemon[1741]: message repeated 2 times: [ couldn't set environment variable in session: The name org.gnome.SessionManager was not provided by any .service files]
Feb 20 07:49:17 USER gnome-keyring-daemon[1741]: The Secret Service was already initialized
Feb 20 07:49:17 USER gnome-keyring-daemon[1741]: The SSH agent was already initialized
Feb 20 07:49:17 USER gnome-keyring-daemon[1741]: The GPG agent was already initialized
Feb 20 07:49:17 USER gnome-keyring-daemon[1741]: The PKCS#11 component was already initialized
Feb 20 07:49:17 USER polkitd(authority=local): Registered Authentication Agent for …Run Code Online (Sandbox Code Playgroud) 每当我登录 Skype 时,我都会收到此密钥环消息。我不记得设置过任何钥匙圈,甚至不知道它是什么。我可以使用密码登录到我的 kubuntu,但要解锁密钥环,相同的密码不起作用。那么我怎样才能解锁这个钥匙圈或完全删除/禁用这个钥匙圈选项呢?
现有的解决方案都不适用于 Kubuntu,要么这些解决方案太旧,要么菜单在 Kubuntu 中不存在。
我刚刚注意到,/usr/share/keyrings/我的 Ubuntu MATE 21.04 安装目录中有很多 Debian 密钥环 GPG 文件(已定期从以前的版本升级)。
$ ls -lsh /usr/share/keyrings/
total 32M
12K -rw-r--r-- 1 root root 8.5K Mar 26 16:41 debian-archive-bullseye-automatic.gpg
12K -rw-r--r-- 1 root root 8.6K Mar 26 16:41 debian-archive-bullseye-security-automatic.gpg
4.0K -rw-r--r-- 1 root root 2.4K Mar 26 16:41 debian-archive-bullseye-stable.gpg
8.0K -rw-r--r-- 1 root root 8.0K Mar 26 16:41 debian-archive-buster-automatic.gpg
8.0K -rw-r--r-- 1 root root 8.0K Mar 26 16:41 debian-archive-buster-security-automatic.gpg
4.0K -rw-r--r-- 1 root root 2.3K Mar 26 16:41 debian-archive-buster-stable.gpg
56K -rw-r--r-- 1 …Run Code Online (Sandbox Code Playgroud) 我安装了 Ubuntu 11.10 的命令行系统,然后安装了 GNOME Shell 和其他应用程序。我启用了自动登录,但总是要求解锁登录密钥环。我需要使用“密码和加密密钥”应用程序来修复该问题如何在启动时停止提示解锁“默认”密钥环?。但我无法访问该应用程序,可能是因为我没有安装它?
我想完全删除钥匙串(无论如何它只有这一个密码密钥)。
我在论坛中找到了重置钥匙串/钥匙圈的方法:删除钥匙串文件夹!
我确实激活了“显示隐藏文件”,但我的“.gnome2”文件夹仅包含 1 个名为“nautilus 脚本”的文件夹,该文件夹是空的 - .gnome2 中没有其他内容。
gnome2 中应该有 keychains 文件夹,但它不在那里。
我搜索了钥匙扣、钥匙圈、海马等,但没有成功。
如何删除钥匙串?
我在没有任何谨慎的情况下创建 .ssh 时犯了一个巨大的错误,我想摆脱它们并回到我开始的地方。
我运行了命令
ssh-keygen -t rsa -b 4096 -C trenta@github.com
Your identification has been saved in /home/trenta/.ssh/id_rsa.
Your public key has been saved in /home/trenta/.ssh/id_rsa.pub.
The key fingerprint is:
The key's randomart image is:
bash-4.1$ eval "$(ssh-agent -s)"
bash-4.1$ ssh-add ~/.ssh/id_rsa
bash-4.1$ ssh-keygen -y -f ~/.ssh/id_rsa
Enter passphrase:
Run Code Online (Sandbox Code Playgroud)
我现在想回去,我应该使用
ssh -keygen -R hostname
Run Code Online (Sandbox Code Playgroud)
但是,我不知道主机名,我怎样才能摆脱密钥?
谢谢!
我是 Ubuntu 的新手,恐怕我做了一些非常愚蠢的事情。
启动后,当提示输入密码以解锁我的登录密钥环时,我尝试输入密码,但它不会让我输入。
我可以移动我的光标,但其他一切都被冻结了。
我试图通过使用访问终端Ctrl+ Alt+ F2,我从那里进入我的登录名和密码,它的工作,我只是不知道该怎么做之后。
除了我使用的是 Ubuntu 10.04 之外,不知道我还能提供哪些其他信息