search for: someport

Displaying 12 results from an estimated 12 matches for "someport".

2015 Jan 21
18
[Bug 2340] New: Openssh issue: unable to ssh the solaris server from ldap users
https://bugzilla.mindrot.org/show_bug.cgi?id=2340 Bug ID: 2340 Summary: Openssh issue: unable to ssh the solaris server from ldap users Product: Portable OpenSSH Version: 5.8p1 Hardware: Sparc OS: Solaris Status: NEW Severity: critical Priority: P5 Component: PAM
2004 Aug 06
1
Internet Streaming
As of now, I can broadcast my stream to my school's local netowrk, but how can I extend it to the "real internet" so people outside of my school's domain can hear it ? <p><p><p>_________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp. <p>--- >8 ---- List archives:
2005 Feb 24
2
FTP specific port forwarding
Hi I've been looking at a both openssh and couple of commercial SSH implementations(F-Secure and ssh comm.). The one thing I see as missing is the "nice-to-have" feature of FTP specific port forwarding. The commercial implementations allows a syntax of "-L ftp/<someport>:..." which does some "automagical" forwarding of the data channel "under the hood" I don't know if it has been discussed before but I saw someone submit a" quote, "quick and dirty" patch to implement a basic functionality of this. http://marc.theaim...
2003 Sep 26
0
(no subject)
...myself each time I upgrade... About a year ago I was working for a company that wanted to use OpenSSH as a server (on a Linux platform) for port forwarding. We didn't want the users connecting to the ssh server to be able to run a shell. All we wanted them to do was this: ssh -N -L <somePort>:localhost:<someOtherPort> foo.bar.com We only wanted them to port forward to one host, localhost. We didn't want them to be able to forward any ports to any other host, like this: ssh -N -L <somePort>:someRandomMachine:<someOtherPort> foo.bar.com While a firewall w...
2004 Aug 06
1
Internet Streaming
...ady, as long as your >firewall permits that. If you use private address ranges and do NAT and >icecast doesn't run on the gateway, you will have to redirect a port on >the gateway to the server. Example: > >Internet > | >Gateway tcp port redirect from > | <someport> to 10.10.0.10:8000 > | >10.10.0.10 icecast server on port 8000 > in the school's LAN > >People then can connect to <a href="http://<gateway-IP">http://<gateway-IP</a>>:<someport>/<mountpoint> >and listen to your stream. The...
2023 Feb 28
1
add user failed check log
.../stream</shoutcast-mount> <directory> <yp-url-timeout>15</yp-url-timeout> <yp-url>http://dir.xiph.org/cgi-bin/yp-cgi</yp-url> </directory> <!-- You may have multiple <listener> elements --> <listen-socket> <port>someport</port> <bind-address>someip</bind-address> <shoutcast-mount>/stream</shoutcast-mount> <tls>1</tls> <ssl>1</ssl> </listen-socket> <listen-socket> <port>8080</port> <tls>1</tls> </liste...
2023 Feb 28
2
add user failed check log
...<directory> > <yp-url-timeout>15</yp-url-timeout> > <yp-url>http://dir.xiph.org/cgi-bin/yp-cgi</yp-url> > </directory> > > <!-- You may have multiple <listener> elements --> > <listen-socket> > <port>someport</port> > <bind-address>someip</bind-address> > <shoutcast-mount>/stream</shoutcast-mount> > <tls>1</tls> > <ssl>1</ssl> > </listen-socket> > > <listen-socket> > <port>8080</port> &...
2002 Jan 16
1
[Bug 65] TCP Wrappers support does not log successful connections
http://bugzilla.mindrot.org/show_bug.cgi?id=65 ------- Additional Comments From jap3003+opensshbugs at ksu.edu 2002-01-17 03:14 ------- "should?" Maybe. "Does?" No. This is the way tcpd does it, too. The call to hosts_access() only determines whether or not a host should pass. refuse() [iirc, don't have the source handy] terminates sshd after calling syslog.
2007 Sep 06
1
openssh 4.6p1 closing connection with strange packet length
server is running openssh 4.6p1 on linux x86 (32bit) client is running openssh 4.6p1 on linux x86_64 (64bit) Just connecting from the client to the server and running "top" long enough results in: Disconnecting: Bad packet length 3690378913. This seems like a 32/64 bit problem to me. -- Andreas Steinmetz SPAMmers use robotrap at domdv.de
2007 May 17
2
Running SSL Rails app on apache server already in use
SSL and Rails is proving to be somewhat confusing and difficult to get going for me. I already have an HTTPS apache instance running off my domain -- legacy secure web app. (lives at https://www.mydomain.com say) Now I want to develop a new app on the same secured domain with rails (out of a subdir, symlinked or something at https://www.mydomain.com/railsapp ) But how can this work? To get that
2013 Jul 01
9
[Bug 2123] New: does not seem to support sftp protocol version 5 rename flag for overwriting files
...ntly packages for Debian (see there bug #712787). I thought about using ruby-net-sftp rename! function as follows: @sftp.rename!( newauthkeyfile, @authkeyfile, 0x0001 ) But I do get: ./distkeys -K somekey.pub -H somehost remove Host: somehost Connecting to host somehost (user: someuser, port: someport)... Opening SFTP session... Key somekey removed. Creating a backup to .ssh/authorized_keys-2013-07-01.bak if not already done today... Uploading keys to .ssh/authorized_keys-new... File does exist and has correct size, moving to .ssh/authorized_keys... .ssh/authorized_keys-new .ssh/authorized_keys...
2006 Feb 25
20
Agile Rails book code fails page 32
Starting Agile Web Development with Rails, page 32, everything has worked well so far but on (book not pdf) page 32 I don''t get the "Template Is Missing" error. I get Routing Error Cannot load config/routes.rb: No such file to load -- ./demo/script/../config/../config/routes.rb There is a file at e:\ruby\ror\work\demo\config\routes.rb It''s all greek to me and