Koozali.org: home of the SME Server

PuTTY SSL issue

Offline Bozely

  • *
  • 75
  • +0/-0
PuTTY SSL issue
« on: May 24, 2011, 12:26:48 PM »
I'm having an issue remote accessing my SME server box, when I open the session it shows the the SME Server log in but after I type the username and hit enter the session ends and the PuTTY window closes.

Any ideas?
« Last Edit: May 24, 2011, 02:52:37 PM by Bozely »

Offline CharlieBrady

  • *
  • 6,918
  • +3/-0
Re: PuTTY SSL issue
« Reply #1 on: May 25, 2011, 03:57:34 PM »
Putty has nothing to do with SSL. I assume that you mean SSH.

So you say you are typing the username, but do not see a password prompt?

Offline Jean-Philippe Pialasse

  • *
  • 2,907
  • +11/-0
  • aka Unnilennium
    • http://smeserver.pialasse.com
Re: PuTTY SSL issue
« Reply #2 on: June 04, 2011, 01:17:13 AM »
Hello,

most likely you are trying to connect to your sme SSH service using password authentication and your service is configured :

- not to accept password, and only a key
or /and
- you are trying to connect as root and the service is configured not to accept  connection for this user (default configuration)


You can change your setting in the remote access section of the server-manager
You can also find in the wiki or with google a way to create a key file to access to your server, as authorizing password authentication is not the most  secure solution.



Offline cactus

  • *
  • 4,880
  • +3/-0
    • http://www.snetram.nl
Re: PuTTY SSL issue
« Reply #3 on: June 04, 2011, 09:44:11 AM »
Failed logins should be recorded in /var/log/sshd/ . You should be able to access them through server manager or from the console if you are onsite. It might give you a clues as to why you can not login.
Be careful whose advice you buy, but be patient with those who supply it. Advice is a form of nostalgia, dispensing it is a way of fishing the past from the disposal, wiping it off, painting over the ugly parts and recycling it for more than its worth ~ Baz Luhrmann - Everybody's Free (To Wear Sunscreen)

Offline Bozely

  • *
  • 75
  • +0/-0
Re: PuTTY SSH issue
« Reply #4 on: June 15, 2011, 10:03:42 AM »
charlie, yes I meant SSH, that'll teach me to post without proof reading.

unnilennium, your suggestion fixed this problem for me, I will also investigate setting up a key file.

cactus, that will be my first port of call for future login problems.

Thanks all.