Recent content by dafuser

  1. dafuser

    Apple Remote Desktop Won't Start.

    You can start ARD from a remote system at least two ways. One method requires you to ssh to the remote system to sart ARD, the other allows you to start ARD from the remote system. # Run this command after you're ssh'd into the remote system to start the Apple remote desktop # sudo -S...
  2. dafuser

    SSH through HTTP/HTTPs proxy?

    Try the following command: ./configure --target freebsd --host hydra It configured alright although it complained about my host name(hydra). It did compile and seems to run normally. I also tried using "osx" as the traget and had no problems running configure or make. Looks like you...
  3. dafuser

    How to mask your comp

    I was trying to say, Stunnel would probably work, but SSL isn't bullet proof. There are many tools and techniques available to monitor a network you control. Saying "Use Stunnel and you'll be fine," may not be exactly true. If he's discovered using Stunnel and gets canned, what do we say...
  4. dafuser

    How to mask your comp

    The times, they are a changing scruffy: http://www.radware.com/content/products/ct100/default.asp Read the part where it says: "SSL sniffing decrypts SSL traffic for complete content visibility and traffic inspection while securing against hidden attacks. The ability to view and...
  5. dafuser

    How to mask your comp

    If they allow outbound SSL traffic, use something like Stunnel and he shouldn't be able to tell what you're up to, other then seeing a SSL connection. Unless he's smarter then you think he is....... There are network devices which can decrypt SSL traffic to view and inspect the SSL...
  6. dafuser

    monitor mode...

    This will probably do what you're wanting to accomplsih http://binaervarianz.de/projekte/programmieren/kismac/
  7. dafuser

    No Led Zeppelin!?!

    No AC /DC either.....waaaaaaaa
  8. dafuser

    Where do I find 'GET'?

    Look for wget, should be in FINK somewhere. It will get web pages via the command line
  9. dafuser

    AirPort and non-tcp/udp protocols

    I don't have an Airport, I use a Netgear wireless router and a OS X VPN client to connect to our Nortel VPN servers. All I did was make sure my firewall was allowing UDP 500 and IP protocol 50 and 51. Everything works fine. I didn't have to tell my router to forward any ports. I Googled for...
  10. dafuser

    AirPort and non-tcp/udp protocols

    I would think you would configure your firewall to allow UDP port 500 IP 50 IP 51 Thats what I opened to allow my VPN client to connect to our corporate Nortel VPN servers
  11. dafuser

    (Opinion) Yahoo! Games feels Mac compatibility not worth it?

    Seems like http://www.pogo.com games work with OS X. They used to have problems with Safari, but most seem to work fine now.
  12. dafuser

    ssh_exchange_identification

    Try running "ssh -v" for the verbose mode, you'll see much more information which might help figure out what the actual problem is. The problem could be with your keys, or maybe the remote system is using tcp wrappers to control who can connect to it. It would be helpfull if you posted...
  13. dafuser

    What Song Are You Playing Now?

    Lynyrd Skynyrd - Gimme Back My Bullets
  14. dafuser

    Terminal Question

    Not used with SSH, why you ask? Can you say unsecure? I thought you could :D
Back
Top