[gnome-software: 11/14] docs: Remove specific username from SSH commands
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software: 11/14] docs: Remove specific username from SSH commands
- Date: Fri, 29 Jan 2021 16:13:59 +0000 (UTC)
commit 3a3cbf3c4da972e059722d7ba2fdb97df962aeab
Author: Philip Withnall <pwithnall endlessos org>
Date: Wed Jan 27 13:11:11 2021 +0000
docs: Remove specific username from SSH commands
People can set up their default username to use with an SSH server by
adding the following in `~/.ssh/config`:
```
Host *.gnome.org
User blah
IdentityFile ~/.ssh/blah gnome org ssh
IdentitiesOnly yes
VerifyHostKeyDNS yes
```
Signed-off-by: Philip Withnall <pwithnall endlessos org>
RELEASE.md | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/RELEASE.md b/RELEASE.md
index 499b7137f..36018a007 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -52,9 +52,8 @@ git push --atomic origin master 3.38.1
Upload the release tarball:
```
-scp meson-dist/*.tar.xz rhughes master gnome org:
-ssh rhughes master gnome org
-ftpadmin install gnome-software-*.tar.xz
+scp meson-dist/*.tar.xz master.gnome.org:
+ssh master.gnome.org ftpadmin install gnome-software-*.tar.xz
```
Post release version bump in `meson.build`
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]