Redo accounts

From athena

  1. ssh athena then to p1 (root password still is choo choo) and look at their home directory /psfs/home/<username>
  2. 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.
  3. rm -rf /psfs/home/<username>/.ssh
  4. exit out of p1, and su - <username>
  5. It will prompt you to create new keys, create blank ones.
  6. vi ~/.ssh/authorized_keys and prepend to the blank ssh key the follow: from="*.local"
  7. cat or add their external ssh key
  8. exit from the su username and edit athena0's /etc/ssh/sshd_config to add their username
  9. /etc/init.d/sshd restart to make it take effect
  10. have them test!