Getting started with 1Password for your growing team, or refining your setup? Our Secured Success quickstart guide is for you.
Forum Discussion
Former Member
4 years agoHas anyone looked into supporting the SSH Agent with the Chromebook Linux environment?
I make use of my Chromebook as a lightweight development machine rather than lugging my MacBook Pro around when most of what I need to do is SSH into servers and edit stuff.
I've recently been abl...
Former Member
3 years agoI also followed the instructions from @MartonS1P and got the ssh-diagnostics by installing the beta version: 8.10.0 (81000020)
Here are the two files generated in the ssh-diagnostics folder, doesn't seem very interesting in this case, but in case it helps.
```
{
"sid": 838,
"processes": [
{
"pid": 1589,
"command_line": [
"ssh",
"root@redacted:host"
],
"executable_path": "/usr/bin/ssh",
"integrity": {
"is_root_owned": true
},
"tty": "pts/1"
},
{
"pid": 838,
"command_line": [
"-bash"
],
"executable_path": "/usr/bin/bash",
"integrity": {
"is_root_owned": true
},
"tty": "pts/1"
},
{
"pid": 835,
"command_line": [
"/opt/google/cros-containers/bin/../lib/ld-linux-x86-64.so.2",
"--argv0",
"/opt/google/cros-containers/bin/vshd",
"--library-path",
"/opt/google/cros-containers/bin/../lib",
"--inhibit-rpath",
"/opt/google/cros-containers/bin/vshd.elf",
"--inherit_env",
"--forward_to_host_port=3255544555"
],
"executable_path": "/opt/google/cros-containers/lib/ld-linux-x86-64.so.2",
"integrity": {
"is_root_owned": false
}
},
{
"pid": 591,
"command_line": [
"/opt/google/cros-containers/bin/../lib/ld-linux-x86-64.so.2",
"--argv0",
"/opt/google/cros-containers/bin/garcon",
"--library-path",
"/opt/google/cros-containers/bin/../lib",
"--inhibit-rpath",
"/opt/google/cros-containers/bin/garcon.elf",
"--server"
],
"executable_path": "/opt/google/cros-containers/lib/ld-linux-x86-64.so.2",
"integrity": {
"is_root_owned": false
}
},
{
"pid": 207,
"command_line": [
"/lib/systemd/systemd",
"--user"
],
"executable_path": "/usr/lib/systemd/systemd"
}
]
}
```
{
"pid": 835,
"tty_pid": 838,
"executable_path": "/opt/google/cros-containers/lib/ld-linux-x86-64.so.2",
"command_line": [
"/opt/google/cros-containers/bin/../lib/ld-linux-x86-64.so.2",
"--argv0",
"/opt/google/cros-containers/bin/vshd",
"--library-path",
"/opt/google/cros-containers/bin/../lib",
"--inhibit-rpath",
"/opt/google/cros-containers/bin/vshd.elf",
"--inherit_env",
"--forward_to_host_port=3255544555"
],
"application_name": "ld-linux-x86-64.so.2"
}