PDA

View Full Version : SSH: permission denied for newaliases


jspiker
2003-12-10, 17:45 PM
Hi! I am trying to install a PIPE Interface for hivemail but when I log into SSH and type newaliases I get a permission denied respone. Why is this? How do I change that?
I need to change :

catch-all: joshspiker
to
catch-all: "|/home/joshspiker/hivemail_process.php"

Any suggestions?

QT
2003-12-10, 17:50 PM
Originally posted by jspiker
Hi! I am trying to install a PIPE Interface for hivemail but when I log into SSH and type newaliases I get a permission denied respone. Why is this? How do I change that?
I need to change :

catch-all: joshspiker
to
catch-all: "|/home/joshspiker/hivemail_process.php"

Any suggestions?

Did you su - to root?

jspiker
2003-12-10, 20:24 PM
Im technologically challenged...how do you su - to root? Thanks

QT
2003-12-10, 20:44 PM
Originally posted by jspiker
Im technologically challenged...how do you su - to root? Thanks

Once you're logged into your server via SSH, at a prompt you type:

# su -

<enter root password when prompted>

If you su'ed successfully, your prompt should look like this now:

[root@hostname root] #

jspiker
2003-12-10, 23:06 PM
When you say at a command promp what do you mean/>
After I log in I get
bash-2.05a$
and then I type "# su - " but nothing happens.

???

QT
2003-12-10, 23:12 PM
Originally posted by jspiker
When you say at a command promp what do you mean/>
After I log in I get
bash-2.05a$
and then I type "# su - " but nothing happens.

???

You just type "su -". So it'd look like this:

bash-2.05a$ su -


:)

jspiker
2003-12-10, 23:30 PM
Im really sorry to keep bugging you, but my root password does not work. Is there a sepatate su/ssh root password I need to set-up? I used the root password to get into my appliance admin. control panel and mysql management. Thanks,

QT
2003-12-10, 23:34 PM
Originally posted by jspiker
Im really sorry to keep bugging you, but my root password does not work. Is there a sepatate su/ssh root password I need to set-up? I used the root password to get into my appliance admin. control panel and mysql management. Thanks,

You need to use the root password that came with your ServerBeach Welcome Letter. The root password is not the same as your Ensim password (unless you've changed it).

:)

jspiker
2003-12-11, 13:51 PM
I used the root/admin password that came with my welcome letter and it still says incorrect password.

shangreer
2003-12-21, 14:25 PM
I am having the exact same problem when I try to log in as "su -" (also tried su-).

Shan

QT
2003-12-21, 14:27 PM
Originally posted by shangreer
I am having the exact same problem when I try to log in as "su -" (also tried su-).

Shan

Replied to your other post. Check out the PuTTy HowTo in the HowTo's forum. :)