Thought
An alternate ssh config may be a good idea for nomachine/fastx/user-owned Linux machines since there are some discrepancies for it and off-site macOS/on-site Linux configs.
Issues
ssh on nomachine/fastx hosts is old.
It doesn't support RemoteCommand. So lines such as these would need to be removed:
|
RemoteCommand while true; do echo "** Ready for remote desktop connections (ctrl-c to exit) **"; read -n 1; done |
Also, the XAuth location is specific to MacOS:
|
XAuthLocation /opt/X11/bin/xauth |
This should be removed for nomachine/fastx to work properly with X forwarding
Thought
An alternate ssh config may be a good idea for nomachine/fastx/user-owned Linux machines since there are some discrepancies for it and off-site macOS/on-site Linux configs.
Issues
sshon nomachine/fastx hosts is old.It doesn't support
RemoteCommand. So lines such as these would need to be removed:shared-dotfiles/off_site/ssh/config
Line 60 in 4967c45
Also, the XAuth location is specific to MacOS:
shared-dotfiles/off_site/ssh/config
Line 1415 in 4967c45
This should be removed for nomachine/fastx to work properly with X forwarding