Skip to content

Commit 1d84fdc

Browse files
committed
调整ReadMe
1 parent 1357924 commit 1d84fdc

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,15 @@ When SSH connects to a remote host, it prompts for fingerprint authentication, w
1818

1919
## Screenshots
2020
SSH connection with fingerprint unlock:
21+
2122
![Touch ID authentication](images/finger.png)
2223

2324
Viewing hosts from `~/.ssh/config` in the interactive shell:
25+
2426
![Interactive shell](images/shell.png)
2527

2628
Connecting to a host from the interactive shell:
29+
2730
![SSH connection](images/login.png)
2831

2932
## Features
@@ -91,7 +94,7 @@ host *
9194
- Tab completion covers commands and id/host/ip
9295

9396
## Troubleshooting
94-
- "incorrect signature type / no mutual signature supported"
97+
- `"incorrect signature type / no mutual signature supported"`
9598
- Confirm agent is running and set `SSH_AUTH_SOCK=~/.fssh/agent.sock`
9699
- Local entries should include `IdentityAgent ~/.fssh/agent.sock`
97100
- Server accepts RSA-SHA2 (use `sshd-align` or manually edit)

README_CN.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# fssh
22
![](images/finger.png)
3+
34
解决macOS上每次使用公私钥登录目标主机需要输入密码解锁私钥的问题,以及使用`~/.ssh/config`配置登录主机的别名时,时间久了登录机器时需要查看该配置文件的问题。
45
SSH登录目标机器时,会弹出指纹认证的框要求指纹认证,认证通过后会解密导入的私钥并登录目标主机。同事在fssh的交互式shell中可以快捷的查看,登录`~/.ssh/config`中配置的主机信息。
56

@@ -14,10 +15,15 @@ SSH登录目标机器时,会弹出指纹认证的框要求指纹认证,认
1415

1516
## 功能截图
1617
SSH登录目标主机时使用指纹解锁私钥
18+
1719
![](images/finger.png)
20+
1821
在交互式shell中查看`~/.ssh/config`配置文件中的主机信息
22+
1923
![](./images/shell.png)
24+
2025
交互式shell中登录目标主机
26+
2127
![](./images/login.png)
2228

2329
## 功能概述

0 commit comments

Comments
 (0)