You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that itermoxyl can't deal with a structure of subdirectories in subdirectories:
Traceback (most recent call last):
File "/Users/richard/.local/bin/itermoxyl", line 267, in <module>
main()
File "/Users/richard/.local/bin/itermoxyl", line 247, in main
available_hosts = load_hosts()
File "/Users/richard/.local/bin/itermoxyl", line 71, in load_hosts
load_hosts(f, available_hosts)
File "/Users/richard/.local/bin/itermoxyl", line 52, in load_hosts
with open(normpath(join(CONFIG_PATH, expanduser(config_file_name)))) as f:
IOError: [Errno 21] Is a directory: '/Users/richard/.ssh/config.d/customerA'
The text was updated successfully, but these errors were encountered:
I have my ssh config files organized like this:
The
platform*
-files hold the actual host entries.It seems that itermoxyl can't deal with a structure of subdirectories in subdirectories:
The text was updated successfully, but these errors were encountered: