差分
このページの2つのバージョン間の差分を表示します。
| 次のリビジョン | 前のリビジョン | ||
| linux:ddwrt:secure_shell_setting [2019/03/06 01:50] – 作成 ともやん | linux:ddwrt:secure_shell_setting [2019/05/18 02:23] (現在) – 外部編集 非ログインユーザー | ||
|---|---|---|---|
| 行 1: | 行 1: | ||
| ====== Secure Shell(SSH) の設定 ====== | ====== Secure Shell(SSH) の設定 ====== | ||
| + | |||
| + | ===== SSH による接続 ===== | ||
| + | [ネットワーク] - [サーバー/ | ||
| + | <WRAP prewrap 100%> | ||
| + | < | ||
| + | SSHd: 有効 | ||
| + | SSH TCP Forwarding: 有効 | ||
| + | Password Login: 無効 | ||
| + | ポート: 10022 | ||
| + | Authorized Keys: ssh-rsa AAAAB3NzaC1yc2EAAAABJQAAAQEAtl10PbMwb3ghrMIof69MYEE0C5J/ | ||
| + | </ | ||
| + | </ | ||
| + | {{: | ||
| + | ssh コマンドで接続してみる。\\ | ||
| + | < | ||
| + | $ ssh monsters-g-wrt -p10022 | ||
| + | DD-WRT v3.0-r38937 std (c) 2019 NewMedia-NET GmbH | ||
| + | Release: 02/23/19 | ||
| + | ========================================================== | ||
| + | |||
| + | | ||
| + | / _ \/ _ \___| | /| / / _ \/_ __/ _ __|_ / / _ \ | ||
| + | / // / // /___/ |/ |/ / , _/ / / | |/ //_ <_/ // / | ||
| + | / | ||
| + | |||
| + | | ||
| + | | ||
| + | |||
| + | ========================================================== | ||
| + | |||
| + | |||
| + | BusyBox v1.30.0 (2019-02-23 10:55:43 CET) built-in shell (ash) | ||
| + | |||
| + | root@monsters-g-wrt: | ||
| + | </ | ||