ssh-connect icon indicating copy to clipboard operation
ssh-connect copied to clipboard

Refactor `ssh-history` implementation to fix #1

Open Greenek opened this issue 8 years ago • 1 comments

Fixed #1

Greenek avatar May 15 '17 21:05 Greenek

history 1 simply outputs the most recently input command, which means your code will only show a connection if it was just connected to as the most recent command. Additionally, ssh commands are not recorded to history, at least not on my machine (Ubuntu 17.04). I've proposed an alternative here (#3).

superhawk610 avatar Oct 17 '17 17:10 superhawk610