Active Topics

 


Reply
Thread Tools
Posts: 13 | Thanked: 2 times | Joined on Jan 2010 @ Enschede, Netherlands
#1
During the installation of the openSSH-server the setup (apparently) asks for a username and password. However, a split-second before this screen appears I pushed the 'task-overview button'. I saw the screen, but the finger movement was already unstoppable ;-)

The problem: when I returned to the app-manager this screen was disappeared and I couldn't 'find it anywhere'. The installation seemed to be finished fine. I uninstalled immediately all the openSSH programs and tried to install it again. However: it didn't ask for the username and password again.

My question: do I know have a user 'blank' with password 'blank' or something? What should I do to setup all the openSSH configs and users correctly?

Many thanks!
Gerald
 
MohammadAG's Avatar
Posts: 2,473 | Thanked: 12,265 times | Joined on Oct 2009 @ Jerusalem, PS/IL
#2
As root dpkg --purge openssh-server
Then try to reinstall it (you can also change the root password which is the same as the openssh-server one)
 
Posts: 35 | Thanked: 56 times | Joined on Jan 2010
#3
Or you can just open X-term and change the password there.
 
Posts: 726 | Thanked: 345 times | Joined on Apr 2010 @ Sweden
#4
Purging the installed package won't undo any changes done to /etc/passwd and /etc/shadow.

Installing the package again might very well not ask for a password since these files have changed already.

You change passwords using the passwd command. Berome root and type the command alone to change root password. As root,
Code:
passwd <username>
changes the password for the named user.
 
Posts: 13 | Thanked: 2 times | Joined on Jan 2010 @ Enschede, Netherlands
#5
Thanks to the answers! I thought to have seen a 'Username' and 'Password' field, but it turned out to be only two password fields for changing the root password. So after installing again I changed the password using 'sudo gainroot' and 'passwd'. Everything seems to be working ok now!
 
pelago's Avatar
Posts: 2,121 | Thanked: 1,540 times | Joined on Mar 2008 @ Oxford, UK
#6
Still, this might be worth filing as a bug against openssh, as I don't think that dialogue should disappear just because you task-switched.
 
Reply


 
Forum Jump


All times are GMT. The time now is 21:41.