Find the answer to your Linux question:
Results 1 to 4 of 4
hey guys, I'm trying to make Konqueror use a certain proxy, but i have only ssh acceess to the machine. Is there any config file for that browser? I've been ...
  1. #1
    Just Joined!
    Join Date
    Jul 2006
    Posts
    3

    KDE Konqueror setup proxy using ssh

    hey guys,
    I'm trying to make Konqueror use a certain proxy, but i have only ssh acceess to the machine. Is there any config file for that browser? I've been looking for couple hours, couldn't find it.

    Thanks!

  2. #2
    Just Joined!
    Join Date
    Jul 2006
    Posts
    3
    Just found it!
    For those who also are looking for it:

    kwriteconfig --file kioslaverc --group Proxy\ Settings --key ProxyType 1
    kwriteconfig --file kioslaverc --group Proxy\ Settings --key httpProxy 127.0.0.1:8080

    kioslaverc file is in /home/user_name/.kde/share/config/ directory

    same way for httpsProxy and ftpProxy

  3. #3
    Linux Enthusiast
    Join Date
    Jun 2005
    Posts
    668

  4. #4
    Just Joined!
    Join Date
    Jul 2006
    Posts
    3
    The problem was to point konqueror to local proxy, for content filtering purposes (it's a kiosk pc).
    Actions above worked well only on my test computer. I did exactly the same thing on remote computer but it didn't work.
    too bad.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •