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
Jul 22, 2023
by
umaumax
Hide whitespace changes
Inline
Side-by-side
ssh.md
View page @
5534ce5a
...
...
@@ -318,7 +318,10 @@ good_id_rsa: PEM RSA private key
-----END RSA PRIVATE KEY-----
```
### sshが遅い
### VSCodeのsshではgit情報を裏で処理しているための負荷が発生する
[
Visual Studio CodeでのSSH接続により、EC2サーバーが高負荷になり動かなくなった - エキサイト TechBlog.
](
https://tech.excite.co.jp/entry/2022/09/27/153341
)
### sshの接続が遅い
認証鍵を利用する際にDNSアクセスがあるため、DNSの指定がおかしいと遅くなるケースがある
[
ubuntu - SSH by key incredibly slow - Server Fault
](
https://serverfault.com/questions/692449/ssh-by-key-incredibly-slow
)
...
...
...
...