Windows Terminal SSH Public Key Authentication

William Campbell
William Campbell
28.2 هزار بار بازدید - 4 سال پیش - How to setup a public/private
How to setup a public/private key pair in Windows Terminal for secure shell. Also see related videos: Install and configure Windows Terminal: https://www.seevid.ir/fa/w/pa4KmDpaX6E Windows SSH Server Public Key Authentication: https://www.seevid.ir/fa/w/Wx7WPDnwcDg Commands to copy and paste: ------------------- Linux: ------------------- mkdir .ssh chmod 700 .ssh chmod 700 authorized_keys rm id_rsa.pub sudo nano /etc/ssh/sshd_config sudo systemctl restart ssh ------------------- Windows: ------------------- ssh-keygen -b 4096 ( update below with your [user folder], [user], and [host] ) scp C:\Users\[user folder]\.ssh\id_rsa.pub [user]@[host]:~/.ssh
4 سال پیش در تاریخ 1399/12/18 منتشر شده است.
28,226 بـار بازدید شده
... بیشتر