Skip to content

Commit

Permalink
Merge pull request #12 from jiri-otoupal/help-message
Browse files Browse the repository at this point in the history
Help message
  • Loading branch information
jiri-otoupal authored Oct 25, 2023
2 parents f331913 + 9791100 commit be8e107
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion abst/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"CLI Command making OCI Bastion and kubernetes usage simple and fast"
)

__version__ = "2.1.2"
__version__ = "2.1.3"
__author__ = "Jiri Otoupal"
__author_email__ = "jiri-otoupal@ips-database.eu"
__license__ = "MIT"
Expand Down
1 change: 1 addition & 0 deletions abst/bastion_support/oci_bastion.py
Original file line number Diff line number Diff line change
Expand Up @@ -576,6 +576,7 @@ def __run_ssh_tunnel(self, ssh_tunnel_arg_str, shell, already_split=False):
rich.print(
f"({self.get_print_name()}) "
f"Please check you configuration, for more info use --debug flag")
rich.print("This can also happen when ip changed in .ssh/known_hosts, delete it and try again")
if tries <= 0:
self.kill()
self.current_status = "Failed"
Expand Down

0 comments on commit be8e107

Please sign in to comment.