0
0
Fork 0
mirror of https://github.com/atmoz/sftp.git synced 2024-11-17 12:51:33 -05:00
Commit graph

174 commits

Author SHA1 Message Date
Adrian Dvergsdal
4b018c9c62 Version tags 2016-07-31 22:52:25 +02:00
Adrian Dvergsdal
0b4deb0e9a Remove /etc/ssh volume, ref. #43 2016-07-31 17:07:03 +02:00
Adrian Dvergsdal
23ba4072a8 Show tags in readme 2016-07-31 16:56:13 +02:00
Adrian Dvergsdal
3042075111 Improved security 2016-07-31 15:36:36 +02:00
Adrian Dvergsdal
0c772ad04e Add MIT licence 2016-03-31 22:31:37 +02:00
Adrian Dvergsdal
2dd525d444 Merge branch 'christianbundy-patch-2' 2016-03-31 22:29:48 +02:00
Christian Bundy
bda3f0d48e Ignore blank lines in sftp-users.conf 2016-03-28 20:15:39 -07:00
Adrian Dvergsdal
9c63c2d806 Log to stderr (issue #24) 2016-03-28 18:27:16 +02:00
Adrian Dvergsdal
8f364f68ee Merge branch 'sgaluza-master' 2016-03-28 18:10:59 +02:00
Adrian Dvergsdal
8ffc9c2b6f Generate unique ssh keys for each container (issue #32) 2016-03-28 18:09:23 +02:00
Adrian Dvergsdal
a132b109df Generate unique ssh keys for each container (issue #32) 2016-03-28 18:06:53 +02:00
Sergey Galuza
e521b243f4 fixed whitespace 2016-03-24 08:00:48 +03:00
Sergey Galuza
4c3c0608b4 run /etc/sftp.d script each time (even after restarts) 2016-03-24 00:32:26 +03:00
Adrian Dvergsdal
2d7f37cd20 Document and test bind-mounting with /etc/sftp.d/ 2016-03-17 21:27:41 +01:00
Adrian Dvergsdal
beae8655d9 Simpler subshell 2016-03-17 21:07:49 +01:00
Adrian Dvergsdal
2f921b9dfc Create volume for /etc/ssh for persistent host keys 2016-03-17 20:53:08 +01:00
Adrian Dvergsdal
0e8ee2bd40 Source custom scripts, for e.g. mount bind volumes 2015-12-21 01:46:11 +01:00
Adrian Dvergsdal
27939df2ff Minor refactoring of checks 2015-12-21 01:37:42 +01:00
Adrian Dvergsdal
02b5d4d09e Check if folder is missing 2015-12-21 00:55:32 +01:00
Adrian Dvergsdal
c5d2a490ef Test minimal setup as well 2015-12-20 23:45:28 +01:00
Adrian Dvergsdal
c388a4ec68 Do not create users on container restart 2015-12-16 19:41:49 +01:00
Adrian Dvergsdal
55d879419f Bugfix: check return status, not return value 2015-12-16 15:33:12 +01:00
Adrian Dvergsdal
6213664492 Check if STDIN is coming from a pipe or a file
See: http://www.linuxjournal.com/content/working-stdin-and-stdout
2015-12-16 11:54:57 +01:00
Adrian Dvergsdal
61b0a863e0 Even better 2015-12-07 10:27:14 +01:00
Adrian Dvergsdal
2678e042c8 Looks better 2015-12-07 10:24:40 +01:00
Adrian Dvergsdal
63dfc3a8ff Get back line break 2015-12-07 10:14:34 +01:00
Adrian Dvergsdal
8d310f3af0 Add users from STDIN or config file 2015-12-07 10:10:24 +01:00
Adrian Dvergsdal
bd37434f5c Mention that the hub.docker.com repo is linked to debian 2015-11-23 15:17:57 +01:00
Adrian Dvergsdal
ba5f021612 Add example using Docker Compose 2015-11-23 15:11:48 +01:00
Adrian Dvergsdal
be889cbea5 Make sure private key is only readable by user 2015-11-23 14:02:41 +01:00
Adrian Dvergsdal
d7c9115796 Merge branch 'jessie' 2015-11-23 13:46:34 +01:00
Adrian Dvergsdal
bc2cbdef4f Add basic unit testing 2015-11-23 13:39:17 +01:00
Adrian Dvergsdal
e03db0f4d9 Add tests directory to .dockerignore 2015-11-23 13:38:19 +01:00
Adrian Dvergsdal
c88a232a40 Add beforeTest and afterTest in bashunit 2015-11-23 13:37:46 +01:00
Adrian Dvergsdal
13a79b5e8f Add bashunit.bash
Source:
4a155c4e4f/bashunit.bash
2015-11-22 19:19:04 +01:00
Adrian Dvergsdal
ff725fa6a9 Remove broken status shield 2015-08-25 14:50:23 +02:00
Adrian Dvergsdal
3c756a9b33 Simple help output 2015-07-25 14:00:24 +02:00
Adrian Dvergsdal
9ba2bfbe6d Use Docker Hub name and add imagelayers.io shield 2015-07-25 13:57:30 +02:00
Adrian Dvergsdal
1822dc9a39 Upgrade to jessie 2015-07-25 13:56:39 +02:00
Adrian Dvergsdal
1e506399b9 Checking parameters and showing help 2015-07-25 13:55:33 +02:00
Adrian Dvergsdal
d1965cdd84 Update README.md to reflect new handling of ssh keys 2015-06-03 13:09:01 +02:00
Adrian Dvergsdal
a65979595d Concatenate ssh keys to authorized_keys and set correct permissions 2015-06-03 12:03:55 +02:00
Adrian Dvergdal
932c2264f2 Set UseDNS no
Makes login faster: http://unix.stackexchange.com/questions/56941/what-is-the-point-of-sshd-usedns-option
2015-04-27 11:44:18 +02:00
Adrian Dvergsdal
85e2f749b4 Typo 2015-02-23 12:23:07 +01:00
Adrian Dvergsdal
4ebeff4f0e Put command on own line 2015-02-23 12:13:34 +01:00
Adrian Dvergsdal
2a489a09bc Shortening text 2015-02-23 12:08:11 +01:00
Adrian Dvergsdal
0f6a2d17a1 Merge branch 'beechnut-master' 2015-02-23 11:52:45 +01:00
Matt
5f92ecb4fc Added docs on logging into the SFTP server 2015-02-18 18:12:37 -05:00
Adrian Dvergsdal
bf86e22d11 Rename variables 2015-01-03 13:10:38 +01:00
Adrian Dvergsdal
0661a5923e Make entrypoint runnable 2014-12-31 16:45:50 +01:00