6 lines
104 B
Bash
6 lines
104 B
Bash
#!/bin/bash
|
|
cp /auth/authorized_keys /home/git/.ssh/
|
|
chown -R git:git /home/git/.ssh
|
|
|
|
/usr/sbin/sshd -D
|