Page MenuHomeDevCentral

Makefile
No OneTemporary

Makefile

#
# Populates the account with relevant files
#
all: .ssh/authorized_keys
.ssh/authorized_keys:
mkdir -p -m 0700 .ssh
php bin/getpublickeys > .ssh/authorized_keys
chmod 600 .ssh/authorized_keys

File Metadata

Mime Type
text/x-makefile
Expires
Mon, Jun 8, 07:49 (1 d, 5 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3729228
Default Alt Text
Makefile (199 B)

Event Timeline