aboutsummaryrefslogtreecommitdiffstats
path: root/doc/ssh-keys-import.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ssh-keys-import.md')
-rw-r--r--doc/ssh-keys-import.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/ssh-keys-import.md b/doc/ssh-keys-import.md
index d83311f..2dd6c42 100644
--- a/doc/ssh-keys-import.md
+++ b/doc/ssh-keys-import.md
@@ -1,7 +1,7 @@
Import SSH keys
===============
-[◀ Go back to main README](../README.md)
+[⬅️ Go back to main README](../README.md)
Description
-----------
@@ -29,5 +29,5 @@ Starting with an `authorized_keys` file you can split it on a shell:
grep -E '^ssh-rsa' authorized_keys | nl -nrz | while read num type key name; do echo $type $key $name > $num-$name.pub; done
---
-[◀ Go back to main README](../README.md)
-[▲ Go back to top](#top)
+[⬅️ Go back to main README](../README.md)
+[⬆️ Go back to top](#top)