Announcement

Collapse
No announcement yet.

SSH and login problems

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    SSH and login problems

    I have an account on a remote server that is used for storing various stuff that gets published on the web, typically pictures for forums etc.

    I can easily log on to this account using a web interface that runs off the site. However, at present I am trying to teach myslef som light MySQL and I am putting up a for-educational-purposes-only php forum. In the process I wanted to use the ssh access to my remote account, so I can easier manipulate the file structure etc. However, I discovered that every time I try to log in, my authentication is refused. I tried resetting my password using the web interface; and logging in again with the ssh - still fails!

    Are there any version problems that have been known to exist (ie. does the host expect a different kind of ssh login)?

    #2
    Re: SSH and login problems

    How are you trying to login ? Are you setting the username in the called command ?
    like ssh <login>@server_ip

    If yes, can you give the exact error please ?

    Comment

    Working...
    X