0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

TrueNAS SCALE に VSCode から接続する設定

Posted at

ポートフォワーディング許可するだけ

--- /etc/ssh/sshd_config.bak    2025-06-12 21:44:33.652204592 +0900
+++ /etc/ssh/sshd_config        2025-06-12 21:44:52.852150827 +0900
@@ -8,7 +8,7 @@
 Ciphers +aes128-cbc
 Port 22
 PermitRootLogin yes
-AllowTcpForwarding no
+AllowTcpForwarding yes
 Compression no
 PasswordAuthentication no
 PubkeyAuthentication yes
# systemctl restart sshd
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?