History log of /openbmc/openbmc-test-automation/bin/ssh_pw (Results 1 – 5 of 5)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: v5.0-stable, v4.0-stable, robotframework-requests, v2.10-Hardknott, v2.8.0-stable, v2.7-warrior-stable, v2.6-thud-stable, v2.2-stable, v2.1-stable, v2.0-stable
# b3705fc7 14-Nov-2017 Michael Walsh <micwalsh@us.ibm.com>

Remove hashtag lines from all .robot and tcl files.

Change-Id: I60f60f5dc3dbec07d1bdd6743c926ad82d34c23f
Signed-off-by: Michael Walsh <micwalsh@us.ibm.com>


# 28e403b8 25-Oct-2017 Gunnar Mills <gmills@us.ibm.com>

Spelling fixes

Spelling errors found using github.com/lucasdemarchi/codespell
A tool to fix common misspellings.
This tool is licensed under GNU General Public License, version 2.

Change-Id: I13bbe

Spelling fixes

Spelling errors found using github.com/lucasdemarchi/codespell
A tool to fix common misspellings.
This tool is licensed under GNU General Public License, version 2.

Change-Id: I13bbeeb8f1467efc1cf8748e1a66343e879dfc8a
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>

show more ...


# 823a7ffc 20-Oct-2017 Michael Walsh <micwalsh@us.ibm.com>

ssh_pw: New code to handle stale key in known_hosts.

If the ssh results in this...

WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!
...
Offending RSA key in <your home>/.ssh/known_hosts:<line num>

ssh_pw: New code to handle stale key in known_hosts.

If the ssh results in this...

WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!
...
Offending RSA key in <your home>/.ssh/known_hosts:<line num>
...

The code will now delete the offending key and retry the ssh.

Change-Id: I36bab241cb6a84cdca72e53813ddd6f2f02248fe
Signed-off-by: Michael Walsh <micwalsh@us.ibm.com>

show more ...


# aecfce00 10-Oct-2017 Michael Walsh <micwalsh@us.ibm.com>

Enhanced ssh_pw to work when given an ssh command string.

Prior to this fix, ssh_pw would fail when given an ssh command string.

Change-Id: I4fd614f13e7567c24699adb2f73cceed64bb7da3
Signed-off-by:

Enhanced ssh_pw to work when given an ssh command string.

Prior to this fix, ssh_pw would fail when given an ssh command string.

Change-Id: I4fd614f13e7567c24699adb2f73cceed64bb7da3
Signed-off-by: Michael Walsh <micwalsh@us.ibm.com>

show more ...


# ba2d2c2d 23-Jan-2017 David Shaw <dlshaw@us.ibm.com>

Changed to using ssh to log os console.

- Created ssh_pw program.
- Modified "Stop OS Console Logging" and "Start OS Console Logging" to
work with new ssh_pw program.
- Created 2 supporting keywor

Changed to using ssh to log os console.

- Created ssh_pw program.
- Modified "Stop OS Console Logging" and "Start OS Console Logging" to
work with new ssh_pw program.
- Created 2 supporting keywords:
- "Create OS Console File Path"
- "Create OS Console Command String"
- Removed "Stop OBMC Console Client" keyword which is no longer needed.
- Modified tox.ini to be able to find ssh_pw.

Change-Id: Ifd8fc95db16fcbcbbe0a36d7e4d09383e2d1e161
Signed-off-by: David Shaw <dlshaw@us.ibm.com>

show more ...