Skip to content

Instantly share code, notes, and snippets.

View frop's full-sized avatar

Felipe Pisa frop

  • OLX Group
  • Porto, Portugal
View GitHub Profile
@frop
frop / Terminais
Created March 13, 2013 01:48
Terminais
+--------------+-----------------+-------------------+----------------------+
| origin_city | origin_terminal | destination_city | destination_terminal |
+--------------+-----------------+-------------------+----------------------+
| Anapolis/GO | NULL | Curitiba/PR | NULL |
| Brasilia/DF | NULL | Goiania/GO | NULL |
| Cascavel/PR | NULL | Sao Carlos/SP | NULL |
| Curitiba/PR | NULL | Florianopolis/SC | NULL |
| Goiania/GO | NULL | Curitiba/PR | NULL |
| Ji Parana/RO | NULL | Santos/SP | NULL |
| Maringa/PR | NULL | Joinville/SC | NULL |
@frop
frop / sshd_conf.sh
Created January 21, 2016 18:02 — forked from fgbreel/sshd_conf.sh
SFTP with OpenSSH
Subsystem sftp "internal-sftp -u 0002"
Match Group sftponly
ChrootDirectory %h
AllowTCPForwarding no
X11Forwarding no
ForceCommand internal-sftp -u 0002