주 메뉴 열기

wwiki β

바뀜

SSH

2 바이트 추가됨, 2024년 2월 27일 (화)
편집 요약 없음
데비안 계열에서 클라이언트 설치
ssh-keygen명령을 포함한다.<syntaxhighlight lang="bash">
$ apt update
$ apt install openssh-client
[https://docs.microsoft.com/ko-kr/windows-server/administration/openssh/openssh_install_firstuse OpenSSH 설치]
위의 링크에 있지만, [[PowerShell|파워셀]]을 관리자 권한으로 실행해서 서비스를 제어할 수 있다.<syntaxhighlight lang="powershell">
# Start the sshd service
Start-Service sshd
편집
2,431