search for: user_second_key

Displaying 1 result from an estimated 1 matches for "user_second_key".

2013 Nov 06
4
augeas onlyif problem
I''m trying to make sure a specific user has a special ssh key used as his identity file. so I''m trying something like: augeas{"user_second_key": context => "/files/home/user/.ssh/config", changes => [ "ins IdentityFile after /files/home/user/.ssh/config/IdentityFile[last()]", " set /files/home/user/.ssh/config/IdentityFile[last()] ~/.ssh/user2nd_rsa", ],...