Forum Discussion

collin-peterson-apex's avatar
4 days ago

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