Skip to content

Instantly share code, notes, and snippets.

@odigity
Created January 11, 2015 07:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save odigity/7b8febc3c58fa5322606 to your computer and use it in GitHub Desktop.
Save odigity/7b8febc3c58fa5322606 to your computer and use it in GitHub Desktop.
root@porcclub-web1:/etc# grep portal passwd shadow
passwd:portal:x:999:999:PorcClub Portal:/home/portal:/bin/bash
shadow:portal::16446:0:99999:7:::
root@porcclub-web1:/etc#
---
vagrant@porcclub-web1:~$ su portal
Password:
su: Authentication failure
vagrant@porcclub-web1:~$ ssh portal@localhost
portal@localhost's password:
Permission denied, please try again.
portal@localhost's password:
Permission denied, please try again.
portal@localhost's password:
Permission denied (publickey,password).
vagrant@porcclub-web1:~$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment