Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use of uninitialized value $filename #154

Open
targzeta opened this issue Jun 12, 2023 · 0 comments
Open

Use of uninitialized value $filename #154

targzeta opened this issue Jun 12, 2023 · 0 comments

Comments

@targzeta
Copy link

targzeta commented Jun 12, 2023

Hi,
when I run cssh I have these errors:

Use of uninitialized value $filename in hash element at /usr/share/perl5/App/ClusterSSH/Host.pm line 70, <$ssh_config_fh> line 1.
Use of uninitialized value $filename in open at /usr/share/perl5/App/ClusterSSH/Host.pm line 72, <$ssh_config_fh> line 1.

my ~/.ssh/config is:

$> cat ~/.ssh/config 
Include conf.d/*

whit debug 3 I have:

Reading SSH file: /home/targzeta/.ssh/config
Use of uninitialized value $text[1] in print at /usr/share/perl5/App/ClusterSSH/Base.pm line 135, <$ssh_config_fh> line 1.
Reading SSH file:
Use of uninitialized value $filename in hash element at /usr/share/perl5/App/ClusterSSH/Host.pm line 70, <$ssh_config_fh> line 1.
Use of uninitialized value $filename in open at /usr/share/perl5/App/ClusterSSH/Host.pm line 72, <$ssh_config_fh> line 1.
Use of uninitialized value $text[1] in print at /usr/share/perl5/App/ClusterSSH/Base.pm line 135, <$ssh_config_fh> line 1.

Emanuele

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant