Create a gist now

Instantly share code, notes, and snippets.

What would you like to do?
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