Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Changes
Page history
Update ssh
authored
Nov 24, 2024
by
umaumax
Show whitespace changes
Inline
Side-by-side
ssh.md
View page @
2d7c02c8
...
@@ -470,6 +470,12 @@ good_id_rsa: PEM RSA private key
...
@@ -470,6 +470,12 @@ good_id_rsa: PEM RSA private key
ssh
-o
PubkeyAuthentication
=
no
$IP_ADDR
ssh
-o
PubkeyAuthentication
=
no
$IP_ADDR
```
```
### `Connection closed by UNKNOWN port 65535` というエラーが表示される
`ssh`
の
`nc %h %p`
を利用しているが、ssh接続先に
`nc`
コマンドがないときに発生していたが、エラー文と原因の関係性がわかりにくかった
`nc %h %p`
ではなく、
`-W %h:%p`
やもっと最近のProxyJumpを利用することを検討するべき
## ssh-agent
## ssh-agent
### ssh-agentの設定
### ssh-agentの設定
...
...
...
...