It appears that my ssh configuration (~/.ssh/config file) breaks the TimeCapsule OS detection.
My ~/.ssh/config file starts with:
ForwardX11 yes
ForwardX11Trusted yes
ForwardAgent yes
With this configuration, I get the following message during configuration:
Unsupported device OS: Warning: No xauth data; using fake authentication data for X11 forwarding. X11 forwarding request failed on channel 0. This repo currently supports NetBSD 4 and NetBSD 6 AirPort storage devices.
When I comment the three ~/.ssh/config lines listed above, the configuration step works well.
There seems to be a bug in parsing the output of the ssh query to the TimeCapsule.
It appears that my ssh configuration (
~/.ssh/configfile) breaks the TimeCapsule OS detection.My
~/.ssh/configfile starts with:With this configuration, I get the following message during configuration:
When I comment the three
~/.ssh/configlines listed above, the configuration step works well.There seems to be a bug in parsing the output of the ssh query to the TimeCapsule.