Skip to content

osx ssh config to talk to Fermilab #23

@hschellman

Description

@hschellman

macOS has a bad habit of messing with your ssh configuration. As of 8/23, this setup should allow you to ssh/scp

edit ~/.ssh/config to contain:

GSSAPIAuthentication yes
GSSAPIDelegateCredentials yes
ServerAliveInterval 30
ServerAliveCountMax 5
TCPKeepAlive yes
ForwardX11Trusted yes
ForwardX11 yes```

likely we'll need to keep updating. 

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentationosx

    Type

    No type
    No fields configured for issues without a type.

    Projects

    Status
    Operating system help

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions