From 34ed387343e2818a4321352c904b54fa9aea0424 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Tue, 10 Jan 2023 14:45:27 +0100 Subject: use arrows with emoji representation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We had... ◀ Go back to main README ▲ Go back to top ... and switch to... ⬅️ Go back to main README ⬆️ Go back to top --- doc/ssh-keys-import.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/ssh-keys-import.md') 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) -- cgit v1.2.3-54-g00ecf