Skip to content

Releases: yokawasa/kubectl-plugin-ssh-jump

0.3.2

15 May 23:39
Compare
Choose a tag to compare
  • Changed a validation for destination name to support valid characters of hostname for SSH destination node that can start from ASCII letters 'a' through 'z' (in a case-insensitive manner), the digits '0' through '9', or the hyphen ('-'). Ref RFC952 for valid characters of hostname.
  • Add Internal-IP info, not only hostname for node info in running get-node-list

0.3.1

16 Apr 01:25
Compare
Choose a tag to compare
  • fixed typo: missing char ( PR#3, thanks to @iuryfukuda )

0.3.0

15 Apr 01:54
Compare
Choose a tag to compare
  • Added Args param (-a, --args <args>) to exec in ssh session ( PR #2, thanks to @iuryfukuda )

0.2.0

24 Jul 15:24
Compare
Choose a tag to compare
  • Added -P or --port options for specifying SSH port that target node is listening (default 22)
  • Added -o "StrictHostKeyChecking=no" for ssh login options
  • Changed the way to SSH login via SSH Jump Pod from using "-J" to using "ProxyCommand"