Skip to content

Commit d887a29

Browse files
authored
Merge pull request #45 from cal-itp/ssh-perms
fix file permissions on private key
2 parents facbbc0 + 3074217 commit d887a29

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

_jupyterhub/custom.sh

+1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ parse_git_branch() {
22
git branch 2> /dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/ (\1)/'
33
}
44
export PS1="\u@\h \[\033[32m\]\w\[\033[33m\]\$(parse_git_branch)\[\033[00m\] $ "
5+
chmod 600 ~/.ssh/id_ed25519
56
eval `keychain --eval --agents ssh id_ed25519`

0 commit comments

Comments
 (0)