Protect what matters – even after you're gone. Make a plan for your digital legacy today.
Forum Discussion
collin-peterson-apex
4 days agoNew Member
Remote Linux machine opens GUI
Setup:
- Linux Machine that I directly connect to when in the office.
- Has 1Password installed.
- Works great.
- ~/.ssh/config file has
```
Host *
IdentityAgent ~/.1password/agent.sock
```
- Windows Machine that I directly connect to when in the office or working remotely.
- Has 1Password installed.
- Works great.
- C:/Users/Me/.ssh/config file has
```
Host mypc
User me
HostName mypc.local
ForwareAgent yes
``` - The OpenSSH Authentication Agent service has been Disabled and Stopped so that my computer is listening to `\\.\pipe\openssh-ssh-agent`
- Issue: When sshing into the Linux machine from the Windows machine, git does not work.
- `git pull` when sshed will open the GUI on my Linux machine (I have watched both screens to test this)
I want my WINDOWS machine to open its GUI for me to log in. There's no point to remote in if I can't use the Windows 1Password.
No RepliesBe the first to reply