Skip to content

Commit

Permalink
add a dummy pub because I don't have time to figure out how to make t…
Browse files Browse the repository at this point in the history
…his conditional
  • Loading branch information
watbulb committed Sep 8, 2024
1 parent 179f2b0 commit e43abbf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docker/ol2.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ RUN chmod +x /*.sh

# Public Keys
COPY pubkey/* /root/.ssh/
RUN test -f /root/.ssh/*.pub && cat /root/.ssh/*.pub >> /root/.ssh/authorized_keys && \
RUN cat /root/.ssh/*.pub >> /root/.ssh/authorized_keys && \
rm -f /root/.ssh/*.pub

# Profile
Expand Down
1 change: 1 addition & 0 deletions pubkey/dummy.pub
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC/k/QhVeQ0LRfbQ1Fjxj/Emgbj+RcO5a1sr+YlqYO3IUUOaLa0XhEWwO6JUfaMv56edYVDxp1b1yRpvsvDa9WhtherV+9w8wiTDWJbUUYf27TOvzYyLwlyEVLjQFj37m6SEsZ+WHUa2HnMVhvMDZdx07CD84mG3rN57KiSWfW1lCZLJ8mlv4bjH/XrF3FgOzg+UXgMN4NdTEgq3ACwBw/lbcLdbDts3ICx/0kFD5BMFyjX3+xuimhJweuf3tdB+rxrSzX3F/V9N49bQSV4G0ai0I89PT/zUNB70j1it7LVKKaPL6WTX4aq0ghds6wvsxPYLTWxHo7Bhv8vH2n+T+EjxlY/65fqccewG6tbS92gQ/S/mjh1zNT4sxi50jvjhiR2CSb0YZ4pr3ZWOPU0IvDT8bH5EFbqsNAQAgTXWRqNROgZ0MN7t2Sc2k2zwePj7nclLLV/H818dGicU9Q0PqN0H1fxCAdwweywpWqJ6Aewsli0RLAfRK1K5JxMdFV5h+8= root@56830376c43918

0 comments on commit e43abbf

Please sign in to comment.