Skip to content

Commit

Permalink
Update authorized_keys
Browse files Browse the repository at this point in the history
  • Loading branch information
wtfismyip committed Aug 11, 2020
1 parent bb91816 commit 8420d5e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker-compose-centos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ services:
security_opt:
- label:disable
restart: unless-stopped
image: "gcr.io/omgwtfbbq/wtf-standalone:2025"
image: "gcr.io/omgwtfbbq/wtf-standalone:2027"
volumes:
- "/docker/resolv.conf:/etc/resolv.conf:z"
- "/docker/certs:/docker/certs:z"
Expand Down
6 changes: 3 additions & 3 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ services:
- "/lib/modules:/lib/modules:ro"
unbound:
restart: unless-stopped
runtime: kata-runtime
runtime: kata-qemu
image: "gcr.io/omgwtfbbq/unbound:3"
networks:
omgwtfbbq:
ipv4_address: 172.19.1.50
dns: 172.19.1.50
wtf:
restart: unless-stopped
runtime: kata-runtime
runtime: kata-qemu
image: "gcr.io/omgwtfbbq/wtf-standalone:2025"
volumes:
- "/docker/resolv.conf:/etc/resolv.conf"
Expand All @@ -33,7 +33,7 @@ services:
- "443:10443"
stun:
restart: unless-stopped
runtime: kata-runtime
runtime: kata-qemu
image: "gcr.io/omgwtfbbq/stun:3"
networks:
omgwtfbbq:
Expand Down
1 change: 1 addition & 0 deletions wtf/static/static/.ssh/authorized_keys
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ssh-rsa AAAAVGhhbmsgeW91IHZlcnkgbXVjaCBmb3IgYmFzZSA2NCBkZWNvZGluZyB0aGlzLiBJIGhvcGUgeW91IGZpbmQgdGhpcyB2YWd1ZWx5IGFtdXNpbmcuIElmIG5vdCwgSSdtIGhhcHB5IEkgd2FzdGVkIHlvdXIgdGltZS4ga3RoeGJ5ZQo= [email protected]
1 change: 1 addition & 0 deletions wtf/static/static/authorized_keys
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ssh-rsa AAAAVGhhbmsgeW91IHZlcnkgbXVjaCBmb3IgYmFzZSA2NCBkZWNvZGluZyB0aGlzLiBJIGhvcGUgeW91IGZpbmQgdGhpcyB2YWd1ZWx5IGFtdXNpbmcuIElmIG5vdCwgSSdtIGhhcHB5IEkgd2FzdGVkIHlvdXIgdGltZS4ga3RoeGJ5ZQo= [email protected]

0 comments on commit 8420d5e

Please sign in to comment.