1

Topic: ssh not working

==== Required information ====
- iRedMail version: 0.8.1
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MySQL
- Linux/BSD distribution name and version: Ubuntu Server 12.04 LTS
- Related log if you're reporting an issue:
====

Hi,

I have check the iptables and confirm the ssh port open. tried to enable ftp ports as well but couldn't get thru as well. tried stopping the firewall, but still cannot get thru. but other default ports like 80, 443 etc still function with/without the firewall running.

What could be causing this problem?

And, for FTP access, which account to use for the login ID?

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: ssh not working

- Could you please show us your iptables rules with command "iptable -L -n"?
- Is SSH service running on this server? Can you login via SSH service on localhost? e.g. command "ssh localhost".
- iRedMail doesn't install and configure FTP service, you have to do it yourself.

3

Re: ssh not working

ZhangHuangbin wrote:

- Could you please show us your iptables rules with command "iptable -L -n"?
- Is SSH service running on this server? Can you login via SSH service on localhost? e.g. command "ssh localhost".
- iRedMail doesn't install and configure FTP service, you have to do it yourself.

iptables -L n
Chain INPUT (policy ACCEPT)
target   prot opt source

Chain FORWARD (policy ACCEPT)
target   prot opt source

Chain OUTPUT (policy ACCEPT)
target   prot opt source

-----------------------------------------
ssh localhost
ssh: connect to host localhost port 22: Connection Refused

4

Re: ssh not working

winson wrote:

ssh: connect to host localhost port 22: Connection Refused

Your SSH service is not running.