mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-09 04:51:27 +02:00
commit
5aff577a21
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ bindkey "\eOF" end-of-line
|
||||||
|
|
||||||
if [ "${USER}" != "root" ]; then
|
if [ "${USER}" != "root" ]; then
|
||||||
if [ ! -r ~/.ssh/id_ed25519_sk_green ] && [ ! -r ~/.ssh/id_ed25519_sk_red ] && [ ! -r ~/.ssh/gentoo_rsa ]; then
|
if [ ! -r ~/.ssh/id_ed25519_sk_green ] && [ ! -r ~/.ssh/id_ed25519_sk_red ] && [ ! -r ~/.ssh/gentoo_rsa ]; then
|
||||||
printf "This system has no ssh keys, you are expected for forward ssh agent\n"
|
printf "This system has no ssh keys, you are expected to forward ssh agent\n"
|
||||||
else
|
else
|
||||||
if [ ! -r ~/.ssh/id_ed25519_sk_green ]; then
|
if [ ! -r ~/.ssh/id_ed25519_sk_green ]; then
|
||||||
printf "This system is missing your yk5cgreen primary key id_ed25519_sk_green\n"
|
printf "This system is missing your yk5cgreen primary key id_ed25519_sk_green\n"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue