git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Port 22
@ 2013-01-26 18:56 Craig Christensen
  2013-01-28  8:06 ` Kevin
  0 siblings, 1 reply; 3+ messages in thread
From: Craig Christensen @ 2013-01-26 18:56 UTC (permalink / raw)
  To: git

I am currently a student at Brigham Young University - Idaho and we are use Pagoda Box and Git for our Mobile Apps class.  However, the school's network has blocked incoming trafic on port 22.  I have been searching through all the tutorials and documents provided by Pagoda Box and Git but have not been able to find a solution to solve this problem.  We can use sftp but we then have to manually deploy the latest using the admin panel.  Can you help provide a simple solution?

Thanks,

Craig W Christensen
cwcraigo@gmail.com
chr07035@byui.edu

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Port 22
  2013-01-26 18:56 Port 22 Craig Christensen
@ 2013-01-28  8:06 ` Kevin
  2013-01-28  9:20   ` Michael J Gruber
  0 siblings, 1 reply; 3+ messages in thread
From: Kevin @ 2013-01-28  8:06 UTC (permalink / raw)
  To: Craig Christensen; +Cc: git

This is not really a git problem, but more of an ssh problem.

Are you in the position to change the port where the SSH daemon
listens on? Then you could use a different port which isn't blocked
(443 perhaps?).

On Sat, Jan 26, 2013 at 7:56 PM, Craig Christensen <cwcraigo@gmail.com> wrote:
> I am currently a student at Brigham Young University - Idaho and we are use Pagoda Box and Git for our Mobile Apps class.  However, the school's network has blocked incoming trafic on port 22.  I have been searching through all the tutorials and documents provided by Pagoda Box and Git but have not been able to find a solution to solve this problem.  We can use sftp but we then have to manually deploy the latest using the admin panel.  Can you help provide a simple solution?
>
> Thanks,
>
> Craig W Christensen
> cwcraigo@gmail.com
> chr07035@byui.edu--
> To unsubscribe from this list: send the line "unsubscribe git" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Port 22
  2013-01-28  8:06 ` Kevin
@ 2013-01-28  9:20   ` Michael J Gruber
  0 siblings, 0 replies; 3+ messages in thread
From: Michael J Gruber @ 2013-01-28  9:20 UTC (permalink / raw)
  To: Kevin; +Cc: Craig Christensen, git

Kevin venit, vidit, dixit 28.01.2013 09:06:
> This is not really a git problem, but more of an ssh problem.
> 
> Are you in the position to change the port where the SSH daemon
> listens on? Then you could use a different port which isn't blocked
> (443 perhaps?).
> 
> On Sat, Jan 26, 2013 at 7:56 PM, Craig Christensen <cwcraigo@gmail.com> wrote:
>> I am currently a student at Brigham Young University - Idaho and we are use Pagoda Box and Git for our Mobile Apps class.  However, the school's network has blocked incoming trafic on port 22.  I have been searching through all the tutorials and documents provided by Pagoda Box and Git but have not been able to find a solution to solve this problem.  We can use sftp but we then have to manually deploy the latest using the admin panel.  Can you help provide a simple solution?

So how is your setup:

- Pagoda Box instance at BYU
- sftp uploads allowed, but not ssh
- drive Git on the box using the admin interface

Or do you use a Pagoda server? Do you have read access to the git repo
on the box?

ssh allows to restrict commands to only a subset, such as ssh only. If
the port were blocked for incoming traffic you wouldn't be able to use
(ssh at all thus) sftp either.

Michael

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-01-28  9:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-26 18:56 Port 22 Craig Christensen
2013-01-28  8:06 ` Kevin
2013-01-28  9:20   ` Michael J Gruber

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).