diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2024-03-14 09:07:29 +0000 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2024-03-14 09:07:29 +0000 |
commit | 5b9f9a3a2f6db65bdaf723f837f0856903808f17 (patch) | |
tree | 7aa858c2183315627979619f04e91b49ba105620 /srv | |
parent | 551eaacf05af37e98ab4cd1cd19c59d0c2bcfb8d (diff) |
add public ssh key file to homepage
Diffstat (limited to 'srv')
-rw-r--r-- | srv/http/master/index.html | 2 | ||||
-rw-r--r-- | srv/http/master/pub_ssh_key.txt | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/srv/http/master/index.html b/srv/http/master/index.html index 1c311b00..f9c8e827 100644 --- a/srv/http/master/index.html +++ b/srv/http/master/index.html @@ -12,6 +12,8 @@ <li>PGP fingerprint: FDA389A17B94BCE0E2FA3D71842BFD347BE06812</li> </ul> +<p>My public ssh key: <a href="https://flylightning.xyz/pub_ssh_key.txt">https://flylightning.xyz/pub_ssh_key.txt</a></p> + <p>My public git repositories:</p> <ul> <li>Issues and pull requests: <a href="https://codeberg.org/flyxyz123">https://codeberg.org/flyxyz123</a></li> diff --git a/srv/http/master/pub_ssh_key.txt b/srv/http/master/pub_ssh_key.txt new file mode 100644 index 00000000..0560ce51 --- /dev/null +++ b/srv/http/master/pub_ssh_key.txt @@ -0,0 +1 @@ +ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCv5BUlURCkc3pycnmSvakTFl6W1fnCrIkzxJKQQcz18/eL9pa/M0KWjq3KoxFrsHxtsCjY3fYoUJ6XqYKEWUJRsB2ZFS0qhCPTaqhqFfKJzkKUpHyDwF5IN+/gJ95IN2slq9MRb9I4mCqUwatNHDKuctdCN3K5GCkbYbuhVKsR+2bK51aYYWtw2Pxvmhfhza0tYHdgv2nFuhEjPsRwB+dZ4XJ6fbQnXQKc8ZQVXHr+Yj4+VUIvgqbccyJvo6ICdO5YSJAT5Ue7Qm+qUKVraI6ALd2M5yLD2PyWR5x6VrtDs/3i1kH1EQw9h+2WNyW4ZUB5wRTUlKZNATWhB39K0a6jvr8V8getzcVpagIJ/obhTxg8rgoaYj1JOpDp4UnNxHaUCjXtSZdcruX+JnQyBjo4awyxUJBaym8J5+F9JWtMgTNQ+94n+eCAnp3sQigbUnft9au2wjytUL7lWJwzboNNhv2n2QUSWSaz5uoaXcDr/MOXa83MBYgr0xuDIHCPD5E= gky44px1999@gmail.com |