You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: See which pubkeys accessed which services
4
+
---
5
+
6
+
We provide a TUI page dedicated to viewing access logs into your pico account. This page will show you everytime a pubkey successfully authenticated with a service in your pico account.
7
+
8
+
```bash
9
+
ssh pico.sh
10
+
# -> access_logs
11
+
```
12
+
13
+
On that page we also provide the ability to filter the logs.
14
+
15
+

16
+
17
+
You can also fetch logs directly in the terminal:
18
+
19
+
```bash
20
+
ssh pico.sh -t access_logs
21
+
```
22
+
23
+
This makes it easier to pipe into tools like `jq` for more advanced viewing and filtering.
0 commit comments