Results 1 to 4 of 4
i'm wondering if anybody has any tutorials that can help me....
- 07-28-2007 #1Just Joined!
- Join Date
- Apr 2007
- Posts
- 2
how to install ssh?
i'm wondering if anybody has any tutorials that can help me.
- 07-28-2007 #2Linux Enthusiast
- Join Date
- Jul 2005
- Location
- Maryland
- Posts
- 520
To install it, use package manager that comes with the OS. In Ubuntu, for example, you can install it with:
Code:sudo update sudo apt-get install ssh
- 07-28-2007 #3
On most Linux distros, the ssh commands are provided by installing the openssh package using your distributions package manager. On many distributions, openssh is installed by default.
- 07-30-2007 #4


Reply With Quote

