Compare commits
3 commits
Author | SHA1 | Date | |
---|---|---|---|
13a4d00e30 | |||
c3b8ebe0ed | |||
|
c0450dcbd8 |
2 changed files with 2 additions and 1 deletions
|
@ -34,7 +34,7 @@ Fill your ``~/.dput.cf`` with the following content :
|
|||
login = user
|
||||
incoming = /docker/incoming
|
||||
ssh_config_options =
|
||||
Port 9022
|
||||
Port 49160
|
||||
StrictHostKeyChecking no
|
||||
|
||||
|
||||
|
|
|
@ -22,6 +22,7 @@ rm -f /home/user/.ssh/authorized_keys
|
|||
for key in /docker/keys/*.pub ; do
|
||||
echo "- adding key $key"
|
||||
cat $key >> /home/user/.ssh/authorized_keys
|
||||
printf \\\n >> /home/user/.ssh/authorized_keys
|
||||
done
|
||||
chown -R user /home/user/.ssh
|
||||
|
||||
|
|
Loading…
Reference in a new issue