Hide Forgot
I have originally observed this issue on RHEL 6.2. +++ This bug was initially created as a clone of Bug #746290 +++ So, following the orders of the Fedora project people I have decided to recreate my ssh keys. And this is what happens: mitmanek:~ $ cd mitmanek:~ $ ssh-keygen -b 4096 Generating public/private rsa key pair. Enter file in which to save the key (/home/matej/.ssh/id_rsa): id_fedora_rsa Enter passphrase (empty for no passphrase): Enter same passphrase again: open id_fedora_rsa failed: Permission denied. Saving the key failed: id_fedora_rsa. mitmanek:~ $ restorecon -v -R .ssh mitmanek:~ $ Of course, it was my fault, that I forgot that keys have to be generated in ~/.ssh and not anywhere else because of SELinux, but it would be helpful if when getting a relative path (like in this case) ssh-keygen defaulted to ~/.ssh rather than to the current working directory. Thank you --- Additional comment from dwalsh on 2011-10-14 14:16:13 EDT --- We could fix the SELinux but this could be a problem from a security point of view, since the ~/.ssh directory tends to be a protected directory. I think if the user specifies a file without a path it should default to ~/.ssh --- Additional comment from tmraz on 2011-10-17 03:42:55 EDT --- I think SELinux should allow ssh-keygen writing anywhere. Basically ssh-keygen is a simple admin/user called local tool, not connecting anywhere, and it should be unconfined. As for it defaulting to .ssh directory - this should be changed upstream first. --- Additional comment from mgrepl on 2011-10-17 04:13:03 EDT --- We might want to think about removing a transition to ssh-keygen at all since we have file name transition now so .ssh dir will create with the correct label. Matej, chcon -t bin_t `which ssh-keygen` should work. --- Additional comment from tmraz on 2011-10-17 04:20:16 EDT --- Yes, Miroslav, I agree. --- Additional comment from dwalsh on 2011-10-17 12:31:03 EDT --- Yes in Rawhide we want to remove transition from user roles. --- Additional comment from dwalsh on 2011-10-17 12:38:03 EDT --- Removed transition in selinux-policy-3.10.0-41.fc16
Well since we do not have the file name transitions in RHEL6 we do not want to remove the transition from user roles to ssh-keygen.
Since RHEL 6.2 External Beta has begun, and this bug remains unresolved, it has been rejected as it is not proposed as exception or blocker. Red Hat invites you to ask your support representative to propose this request, if appropriate and relevant, in the next release of Red Hat Enterprise Linux.
*** Bug 751828 has been marked as a duplicate of this bug. ***
ssh-keygen asks for file, not for name and also it offers filename with absolute path by default: Enter file in which to save the key (/home/test/.ssh/id_rsa) So I don't think that this behaviour should be changed. But there is problem with SELinux policy which doesn't allow ssh-keygen to create key outside of ~/.ssh even for unconfined user. type=AVC msg=audit(1323358944.706:324): avc: denied { write } for pid=1578 comm="ssh-keygen" name="tmp" dev=vda3 ino=25 scontext=unconfined_u:unconfined_r:ssh_keygen_t:s0-s0:c0.c1023 tcontext=unconfined_u:object_r:user_home_t:s0 tclass=dir type=AVC msg=audit(1323358944.706:324): avc: denied { add_name } for pid=1578 comm="ssh-keygen" name="key" scontext=unconfined_u:unconfined_r:ssh_keygen_t:s0-s0:c0.c1023 tcontext=unconfined_u:object_r:user_home_t:s0 tclass=dir type=AVC msg=audit(1323358944.706:324): avc: denied { create } for pid=1578 comm="ssh-keygen" name="key" scontext=unconfined_u:unconfined_r:ssh_keygen_t:s0-s0:c0.c1023 tcontext=unconfined_u:object_r:user_home_t:s0 tclass=file type=AVC msg=audit(1323358944.706:324): avc: denied { write open } for pid=1578 comm="ssh-keygen" name="key" dev=vda3 ino=2820 scontext=unconfined_u:unconfined_r:ssh_keygen_t:s0-s0:c0.c1023 tcontext=unconfined_u:object_r:user_home_t:s0 tclass=file
If you remove the .ssh directory or fix its label, it will work. restorecon -R -v ~/.ssh
No, the problem is that ssh_keygen_t should be allowed to write just anywhere in the user's home directory, not only into ssh_home_t.
Petr, I understand your point you run as unconfined SELinux user and you are confined. We needed to add this change because of CC. We made ssh_keygen_t domain as unconfined domain in the latest RHEL6.3 policy which should make this working. The problem is we can not add a proper SELinux solution until we get file name transition into RHEL6.
Petr, could you test it with the latest policy?
ssh-keygen now runs as unconfined domain in targeted policy by default.
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHBA-2012-0780.html