Skip to content

Commit

Permalink
ssh key comment out
Browse files Browse the repository at this point in the history
  • Loading branch information
ctb committed Apr 29, 2024
1 parent 7cd71db commit 392595f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions configure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
set -x
set -e

. /opt/miniconda3/etc/profile.d/conda.sh

# add my ssh key
echo ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHFz3WLVqV+0md4OkZi/S0a79cOO7Ax8S4Dledp832JhMQ0GJ0ZlmEnWZrIv83KnRexpAEi5w6H1aSackGjucgQ= t@TitusMatsalmoth.attlocal.net >> ~/.ssh/authorized_keys

mkdir ~/data/

cd ~/data/
Expand Down

0 comments on commit 392595f

Please sign in to comment.