OpenSSH
იერსახე
OpenSSH | |
---|---|
ფაილი:OpenSSH logo.png "Don't tell anyone that I'm free" / "არავის არ უთხრა რომ მე თავისუფალი ვარ" | |
მწარმოებელი | OpenBSD-ის პროექტი |
ბოლო გამოშვება | 9.8 / 1 ივლისი, 2024 |
ოს | მრავალპლატფორმული |
ჟანრი | დისტანციური წვდომა |
ლიცენზია | Simplified BSD |
საიტი | www.openssh.com |
სტანდარტ(ებ)ი | RFC 4250, RFC 4251, RFC 4252, RFC 4253, RFC 4254, RFC 4255, RFC 4256, RFC 4335, RFC 4344, RFC 4345, RFC 4419, RFC 44462, RFC 5656, RFC 6594, RFC 6668, RFC 7479 |
OpenSSH (OpenBSD Secure Shell) — თავისუფალი პროგრამების კრებული რომლებიც საშუალებას იძლევიან შიფრირებული SSH პროტოკოლების გამოყენებით ქსელში კავშირის დამყარებისთვის.
იგი შექმნილი იქნა როგორც ღია კოდიანი ალტერნატივა SSH Communications Security კომპანიის მიერ გაკეთებული პროგრამების, OpenSSH არის დაწერილი OpenBSD-ის ჯგუფის მიერ, რომელსაც მეთაურობს პროექტის დამფუძნებელი, თეო დე რაადტი, და გავრცელებულია BSD ლიცენზიის მიხედვით.
წარმოდგენა
OpenSSH-ი მოიცავს შემდეგ პროგრამებს:
ssh [email protected]
- scp, რომელიც ცვლის rcp-ს:
scp [email protected]:~/directory .
- sftp, რომელიც ცვლის ftp-ს:
sftp [email protected]
- sshd, SSH-ის სერვერი (დაემონი):
sshd
რესურსები ინტერნეტში
- (ინგლისური) Official website
- (ინგლისური) OpenSSH for Windows
- (ინგლისური) Portable releases
- (ინგლისური) Darren Tucker's OpenSSH Page Lua error: Cannot create process: proc_open(/dev/null): Failed to open stream: Operation not permitted (mirror available here)
- (ინგლისური) Privilege Separation of OpenSSH Lua error: Cannot create process: proc_open(/dev/null): Failed to open stream: Operation not permitted
- (ინგლისური) PKCS#11 patch for OpenSSH
- (ინგლისური) X.509 patch for OpenSSH
- (ინგლისური) All about OpenSSH on one page Lua error: Cannot create process: proc_open(/dev/null): Failed to open stream: Operation not permitted - a page covering OpenSSH, starting with theory and ending with many practical examples about its usage.
- (ფრანგული) Une introduction à OpenSSH : Introduction, explications pour l'installation, la configuration et quelques exemples d'applications d'OpenSSH.