SSH for SUS?

Mbentley777
Contributor

Is SSH enabled in the SUS appliance by default?

If not, has anyone enabled it? I'm trying to download open ssh but our proxy seems to be getting in the way...

2 ACCEPTED SOLUTIONS

bbass
Contributor

This blog post covers modifying the SUS and enabling SSH:

http://glarizza.posterous.com/jamfs-netsus-appliance-netboot-in-a-box

View solution in original post

justinrummel
Contributor III

I believe SSH is not installed. You need:

sudo apt-get install openssh-server

View solution in original post

4 REPLIES 4

bbass
Contributor

This blog post covers modifying the SUS and enabling SSH:

http://glarizza.posterous.com/jamfs-netsus-appliance-netboot-in-a-box

justinrummel
Contributor III

I believe SSH is not installed. You need:

sudo apt-get install openssh-server

mm2270
Legendary Contributor III

SSH is not installed by default on the appliance. You'll need to do a 'sudo apt-get install openssh-server' to download it. If your FW is in the way, you'll need to work that part out.

Mbentley777
Contributor

thanks everyone!