I've a debian 6 installed on a server.
I installed ingres on this server, which runs now with the user "ingres", I want to connect to ssh with the ingres user(for many reason, one of them is that when I do "su ingres", it seems that commands stored in .profile file are not executed).
The user has a /home/ingres folder, bash as console, but when I try to connect I got an "Access denied" error.
When I created the user I didn't specify any user, so I ran the
usermod -pThePasswordHere ingres
and I'm sure that I'm using the same password to connect to ssh.
But I still get my errors:
login as: ingres
ingres@192.168.xxx.yyy's password:
Access denied
What did I miss?