CARVIEW |
Select Language
HTTP/2 200
date: Tue, 29 Jul 2025 23:07:25 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
x-repository-download: git clone https://github.com/dimonomid/nerdlog.git
etag: W/"71cb9ca7c2f061211e91f4be6cbd0b64"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=MWuyUKK7CpVGkGBqR7AaAdClAHzMPdRQAQuvk%2BaN6HfZzacMBl9OUAHcvQIbYWb04B16n2QKY9XtIYdw9IodshKi%2BGcGWShT%2F9zOWQKV070KxjcgHh7b5DrFsU6FWCPuWISOhvJrwPfkrxZLlMTRdBZxZxkIDBDJnX1ekuBGT4eCatkUZcH3DenZLjLOEPi26HOVc8rw31KCQSmnWrGr1JvEIIuDQHkYIV9fzhDO%2F%2BKPGnEENOSWFJsysG8nPh9IDdO2UsZvZsJIvdMO5ATjrw%3D%3D--1pJC5AYoiRys6%2FHM--voF73c51M%2FkYKzxfoBwK5Q%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.1622046642.1753830445; Path=/; Domain=github.com; Expires=Wed, 29 Jul 2026 23:07:25 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Wed, 29 Jul 2026 23:07:25 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: E3E0:3453F3:9B7B9:E9C9E:6889542D
feat: Implement ssh authentication via public keys · dimonomid/nerdlog@435eeab · GitHub
Copy file name to clipboardExpand all lines: cmd/nerdlog/message_view.go
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 28
Commit 435eeab
committed
feat: Implement ssh authentication via public keys
Until that it was only possible to use ssh-agent, but now, if the agent
is unavailable for any reason, Nerdlog will fallback to ssh keys, asking
for the passphrase if the key is encrypted.
Providing custom ssh key path is also possible using `--ssh-key` flag.1 parent 35ae609 commit 435eeabCopy full SHA for 435eeab
File tree
Expand file treeCollapse file tree
10 files changed
+434
-103
lines changedFilter options
- cmd/nerdlog
- core
Expand file treeCollapse file tree
10 files changed
+434
-103
lines changed-1Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
214 | 214 |
| |
215 | 215 |
| |
216 | 216 |
| |
217 |
| - | |
218 | 217 |
| |
219 | 218 |
| |
220 | 219 |
| |
|
+16-1Lines changed: 16 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
52 | 52 |
| |
53 | 53 |
| |
54 | 54 |
| |
| 55 | + | |
55 | 56 |
| |
56 | 57 |
| |
57 | 58 |
| |
| |||
190 | 191 |
| |
191 | 192 |
| |
192 | 193 |
| |
| 194 | + | |
193 | 195 |
| |
194 | 196 |
| |
195 | 197 |
| |
| |||
212 | 214 |
| |
213 | 215 |
| |
214 | 216 |
| |
| 217 | + | |
| 218 | + | |
| 219 | + | |
215 | 220 |
| |
216 | 221 |
| |
217 | 222 |
| |
| |||
229 | 234 |
| |
230 | 235 |
| |
231 | 236 |
| |
232 |
| - | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
233 | 242 |
| |
234 | 243 |
| |
235 | 244 |
| |
| |||
253 | 262 |
| |
254 | 263 |
| |
255 | 264 |
| |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
256 | 269 |
| |
257 | 270 |
| |
258 | 271 |
| |
259 | 272 |
| |
260 | 273 |
| |
261 | 274 |
| |
| 275 | + | |
262 | 276 |
| |
263 | 277 |
| |
264 | 278 |
| |
| |||
317 | 331 |
| |
318 | 332 |
| |
319 | 333 |
| |
| 334 | + | |
320 | 335 |
| |
321 | 336 |
| |
322 | 337 |
| |
|
+8Lines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
24 | 30 |
| |
25 | 31 |
| |
26 | 32 |
| |
27 | 33 |
| |
28 | 34 |
| |
29 | 35 |
| |
30 | 36 |
| |
| 37 | + | |
31 | 38 |
| |
32 | 39 |
| |
33 | 40 |
| |
| |||
120 | 127 |
| |
121 | 128 |
| |
122 | 129 |
| |
| 130 | + | |
123 | 131 |
| |
124 | 132 |
| |
125 | 133 |
| |
|
+52-8Lines changed: 52 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1604 | 1604 |
| |
1605 | 1605 |
| |
1606 | 1606 |
| |
| 1607 | + | |
| 1608 | + | |
| 1609 | + | |
| 1610 | + | |
| 1611 | + | |
| 1612 | + | |
| 1613 | + | |
| 1614 | + | |
| 1615 | + | |
| 1616 | + | |
1607 | 1617 |
| |
1608 | 1618 |
| |
1609 | 1619 |
| |
| |||
1623 | 1633 |
| |
1624 | 1634 |
| |
1625 | 1635 |
| |
1626 |
| - | |
| 1636 | + | |
1627 | 1637 |
| |
1628 | 1638 |
| |
1629 | 1639 |
| |
1630 |
| - | |
| 1640 | + | |
1631 | 1641 |
| |
1632 | 1642 |
| |
1633 | 1643 |
| |
| |||
1642 | 1652 |
| |
1643 | 1653 |
| |
1644 | 1654 |
| |
1645 |
| - | |
1646 |
| - | |
1647 |
| - | |
1648 |
| - | |
1649 |
| - | |
1650 |
| - | |
| 1655 | + | |
| 1656 | + | |
| 1657 | + | |
| 1658 | + | |
| 1659 | + | |
| 1660 | + | |
| 1661 | + | |
| 1662 | + | |
1651 | 1663 |
| |
1652 | 1664 |
| |
1653 | 1665 |
| |
| |||
1883 | 1895 |
| |
1884 | 1896 |
| |
1885 | 1897 |
| |
| 1898 | + | |
| 1899 | + | |
| 1900 | + | |
| 1901 | + | |
| 1902 | + | |
| 1903 | + | |
| 1904 | + | |
| 1905 | + | |
| 1906 | + | |
| 1907 | + | |
| 1908 | + | |
| 1909 | + | |
| 1910 | + | |
| 1911 | + | |
| 1912 | + | |
| 1913 | + | |
| 1914 | + | |
| 1915 | + | |
| 1916 | + | |
| 1917 | + | |
| 1918 | + | |
| 1919 | + | |
| 1920 | + | |
| 1921 | + | |
| 1922 | + | |
| 1923 | + | |
| 1924 | + | |
| 1925 | + | |
| 1926 | + | |
| 1927 | + | |
| 1928 | + | |
| 1929 | + | |
1886 | 1930 |
| |
1887 | 1931 |
| |
1888 | 1932 |
| |
|
cmd/nerdlog/message_view.go
Copy file name to clipboardExpand all lines: cmd/nerdlog/message_view.go+106-16Lines changed: 106 additions & 16 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - | |
14 |
| - | |
15 |
| - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
16 | 27 |
| |
17 | 28 |
| |
18 |
| - | |
| 29 | + | |
| 30 | + | |
19 | 31 |
| |
20 | 32 |
| |
21 | 33 |
| |
| |||
28 | 40 |
| |
29 | 41 |
| |
30 | 42 |
| |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
31 | 48 |
| |
32 | 49 |
| |
33 | 50 |
| |
| |||
36 | 53 |
| |
37 | 54 |
| |
38 | 55 |
| |
39 |
| - | |
40 |
| - | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
41 | 59 |
| |
42 | 60 |
| |
43 | 61 |
| |
| |||
82 | 100 |
| |
83 | 101 |
| |
84 | 102 |
| |
85 |
| - | |
86 |
| - | |
87 |
| - | |
88 |
| - | |
89 |
| - | |
90 |
| - | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
91 | 107 |
| |
92 | 108 |
| |
93 |
| - | |
94 | 109 |
| |
95 | 110 |
| |
96 | 111 |
| |
| |||
102 | 117 |
| |
103 | 118 |
| |
104 | 119 |
| |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
105 | 142 |
| |
106 | 143 |
| |
| 144 | + | |
| 145 | + | |
107 | 146 |
| |
108 | 147 |
| |
109 | 148 |
| |
| |||
126 | 165 |
| |
127 | 166 |
| |
128 | 167 |
| |
129 |
| - | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
130 | 220 |
| |
131 | 221 |
| |
132 |
| - | |
| 222 | + | |
133 | 223 |
| |
134 | 224 |
| |
135 | 225 |
| |
| |||
171 | 261 |
| |
172 | 262 |
| |
173 | 263 |
| |
174 |
| - | |
| 264 | + | |
175 | 265 |
| |
176 | 266 |
| |
177 | 267 |
| |
|
You can’t perform that action at this time.
0 commit comments