Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
jmtorres committed Feb 6, 2019
1 parent 487157a commit c1d49ba
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
5 changes: 4 additions & 1 deletion debian-box/docker/Dockerfile-8
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@ RUN apt-get update \
nano \
dnsutils \
mysql-client \
postgresql-client
postgresql-client \
nmap \
telnet \
netcat

RUN export GCSFUSE_REPO=gcsfuse-jessie \
&& echo "deb http://packages.cloud.google.com/apt $GCSFUSE_REPO main" | sudo tee /etc/apt/sources.list.d/gcsfuse.list \
Expand Down
2 changes: 1 addition & 1 deletion secure_emailing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Based on: https://github.com/bcoe/secure-smtpd
| Relay email | // tcpdump -i eth0 'port 25'
---------------
^
| Port: 25
| Port: 25
|
---------------- --------------
| Secure email | <---- Port: 5432 -------> | PostgreSQL |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def data_pg(self, username, password):
self.username = username
self.password = password

# Conf database
# Conf database
parser = SafeConfigParser()
parser.read('emailing.conf')
self.db_name = parser.get('POSTGRES', 'db_name')
Expand Down
1 change: 0 additions & 1 deletion sftp-multiuser/docker/files/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ function fun_check_user {
chmod 775 -R $DIR
# SSH authorized_keys
mkdir -p $DIR/.ssh
touch $DIR/.ssh
chmod 700 -R $DIR/.ssh
chmod 600 -R $DIR/.ssh/authorized_keys
chown $OWNER:$USER -R $DIR
Expand Down

0 comments on commit c1d49ba

Please sign in to comment.