-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Restore stu-home files #432
Conversation
In contrast to departmental guidance in 2018, it seems that it is now [supported](https://wiki.cs.jmu.edu/student/utilities/sshfs) (and recommended) to access stu via sshfs support. This partially reverts commit 190e913. This partially reverts commit 8bb2574.
This is still probably as bad an idea as it ever was, but I do suppose it puts us in line with other platforms. When I run it, I get a nondescript text document icon on the desktop. Do you think we be possible to get something more network or disk related? Also curious how you'd feel about having the Ansible known_hosts module pre-push the stu key to prevent a nag on first connection? |
458f090
to
50041b4
Compare
Alright @ripleymj I think that's done. The icon is updated to and I have tried to have it implicitly trust |
50041b4
to
ab05a48
Compare
Purely for style, adding As an actual problem, the known_hosts file is being created with root ownership and preventing any future keys from being added. |
ab05a48
to
cf53b81
Compare
Eww. How do we want to fix that? Would a |
If we go that route, I think after would be safer to make sure we can't leave it in a bad state. Otherwise become/become_user might be the other option |
f948a1b
to
56507b5
Compare
Rather than touching every user's config, why don't we just rely on setting it globally? Apparently there's already a decent default for |
That works, and there will be screaming everywhere if that key changes. Do you want to remove creation of the $HOME/.ssh then, since we're not using it? |
56507b5
to
6db2a34
Compare
Done 👍 |
In contrast to departmental guidance in 2018, it seems that it is now supported (and recommended) to access stu via sshfs support.
Technically this isn't sshfs; it's Nemo's sftp support. But it's all basically the same and will largely present the same to students.
This partially reverts commit 190e913.
This reverts commit 8bb2574.