📁 from /home/chedong/.local/share/rdoc
| Use Case | Command | Description |
|---|---|---|
| 🔥 Rescue unknown host key | rescue Net::SSH::HostKeyUnknown => e | Catch the exception when host key is unknown |
| 🔍 Inspect fingerprint | e.fingerprint | Get the key fingerprint of the unknown host |
| 💾 Remember host and retry | e.remember_host!; retry | Add host to known hosts and retry connection |
Raised when there is no cached key for a particular host, which probably means that the host has simply not been seen before. When rescuing this exception, you can inspect the key fingerprint and, if you want to proceed anyway, simply call the remember_host! method on the exception, and then retry.
Generated by phpman v4.9.26-1-g511901d · Markdown · JSON · MCP Author: Che Dong Under GNU General Public License
2026-07-29 22:50 @216.73.216.177
CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Enhanced by LLM: deepseek-v4-flash / taotoken.net / www.chedong.com - original format