Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialKrishan Wanarajan
10,939 PointsIn the video Nick uses 18765 for the port number, where do you get this port number?
In the video he uses the port number 18765 is this number included in the email? is it totally random? I don't really understand how and where he got that number from.
1 Answer
Andrew McCormick
17,730 PointsWho ever sets up your sFTP will tell you what port to use. Typically the SSH daemon runs on Port 22, however some sys admins feel that it's better to have it on another port like 2222 or another non-standard port (there's some debate over the usefulness of this). In this case Treehouse runs SSH on port 18765.