Redo accounts
From athena
- ssh athena then to p1 (root password still is choo choo) and look at their home directory /psfs/home/<username>
- I've been perusing each users account before allowing them access. I check their authorized keys for multiple key entries, their dot files for anything that looks strange, and take a quick look at their path. If something looks strange, email this team.
- rm -rf /psfs/home/<username>/.ssh
- exit out of p1, and su - <username>
- It will prompt you to create new keys, create blank ones.
- vi ~/.ssh/authorized_keys and prepend to the blank ssh key the follow: from="*.local"
- cat or add their external ssh key
- exit from the su username and edit athena0's /etc/ssh/sshd_config to add their username
- /etc/init.d/sshd restart to make it take effect
- have them test!