Search:

Type: Posts; User: floobit; Keyword(s):

Page 1 of 2 1 2

Search: Search took 0.15 seconds.

  1. Replies
    2
    Views
    541

    Re: running apt-get with no encryption

    Thanks for the quick reply. Unfortunately, the problem is not with https or any of the standard ssl useage - they just man in the middle that, and decrypt it on the fly. As evidence, I can get to...
  2. Replies
    2
    Views
    541

    running apt-get with no encryption

    I have an odd problem. I run an Ubuntu vm at work. Recently, our security team locked down the firewall such that denies most encrypted connections to outside websites. This includes...
  3. Replies
    3
    Views
    775

    Re: help with bind config

    Found the answer on another tutorial. correct contents of db.home are as follows. The takeaway is that the NS record should not be a fqdn, and there needs to be a shortname A record as well:

    ...
  4. Replies
    3
    Views
    775

    Re: help with bind config

    Sorry, typo. That file is in /etc/bind/db.home. Original post edited to correct.
  5. Replies
    3
    Views
    775

    help with bind config

    I'm setting up bind and am having some problems. I'm using the tutorial here. For testing, I set up a machine with hostname dc01.home, ip=192.168.1.100. I installed bind, and configured per the...
  6. Replies
    3
    Views
    738

    [SOLVED] Re: trap not behaving like I expect

    Thanks, all. As spjackson suggested, the sleep command was interfering with trap. when I switched to an active wait (as in Vaphell's example), I got normal behavior. Not the behavior I'd expect...
  7. Replies
    3
    Views
    738

    [SOLVED] trap not behaving like I expect

    I'm trying to determine what kill signals sshd sends a child process when a session disconnects, and thought I'd write a simple bash script that catches all the signals and writes them to a file,...
  8. Replies
    6
    Views
    524

    [SOLVED] Re: rsync to a file?

    Indeed. That is exactly what I was hoping would exist. Thanks sandyd.
  9. Replies
    6
    Views
    524

    [SOLVED] Re: rsync to a file?

    True. I'm guessing the fs will be 1.5 T or so, and individual updates on the order of 100M, so uploading the whole filesystem each month would not be feasible. I suppose I could use tar's...
  10. Replies
    6
    Views
    524

    [SOLVED] rsync to a file?

    I'm trying to create a backup strategy using s3tools and glacier, and am wondering if rsync (or similar) can create a solid file of the "diffs" it generates.
    Because glacier is designed to handle...
  11. Replies
    0
    Views
    525

    [ubuntu] pipes and redirection subtlety with awk

    I'm not sure where to put this thread, as it's mostly just about pipes and redirection. I am trying to write iostat statistics to a log file, so do something like this:


    iostat sda 2 > today.log...
  12. Replies
    0
    Views
    654

    Issues passing escape signals in expect

    I'm trying to navigate an ncurses-based text interface using expect. I need to send escape sequences in order to do so. I'm having trouble doing so. I want to send an <F4> signal, which in xterm...
  13. Replies
    1
    Views
    352

    [ubuntu] samba and owning user not in owning group

    I want some power users to have read access to everyone's home directories. They should not have any command-line access, however, let alone sudo. I thought I could solve this by making them...
  14. Replies
    14
    Views
    5,670

    [ubuntu] Re: cifs - no encryption?

    Thanks, all. I cannot use scp or sftp because in a normal implementation, that server software is the ssh server. My clients use ssh to connect to database frontend on the server. I need to...
  15. Replies
    14
    Views
    5,670

    [ubuntu] Re: cifs - no encryption?

    I suppose background might help. Currently, file access to the server is achieved through FTP. Samba/CIFS was suggested as a more secure alternative. Certainly, authentication is more secure with...
  16. Replies
    14
    Views
    5,670

    [ubuntu] cifs - no encryption?

    After reading a fair bit of documentation, it sounds like cifs (and nfs for that matter) does not encrypt its data aside from authentication. I wanted a unequivocal confirmation of this from the...
  17. [SOLVED] Re: multiple allowed ForceCommand arguments in sshd

    Unfortunately not. The best bet seems to be using samba for the scp needs, and use the single forcecommand. Alas.
  18. Replies
    1
    Views
    951

    [ubuntu] Re: Windows ACLs on samba or alternative?

    Ok, so it's now clear I did not finish reading the smb.conf doc. There are options for doing precisely this. Specifically, it looks like I want:
    readonly = yes
    delete readonly = yes

    The...
  19. Replies
    1
    Views
    951

    [ubuntu] Windows ACLs on samba or alternative?

    I need to be able to set up samba homedir shares with read and delete only permissions. I do not want users making new files or modifying existing files. Is there a way to do this with samba? the...
  20. Replies
    3
    Views
    1,849

    [ubuntu] Re: I need to hijack a terminal session

    Yeah, I looked into that. The issue is that almost all the connections are fine, and I'm not sure I want the overhead of hundreds of screen sessions hanging out after the users have logged off. ...
  21. [SOLVED] multiple allowed ForceCommand arguments in sshd

    I would like to restrict my users to two uses of ssh: running a particular script, say /usr/local/bin/myscript.sh and regular sftp. Using ForceCommand in /etc/sshd_config seems to restrict me to...
  22. Replies
    1
    Views
    226

    [ubuntu] Re: login scripts...

    Let us know if and how you figure this out. As far as I can tell, this will be difficult, because your tasks are best handled by configuring PAM. I do not mean to start a flame-war, but PAM is...
  23. Replies
    4
    Views
    3,053

    [ubuntu] Re: dots in username

    Yes. I was just hoping that this might have been documented somewhere. It has clearly been tested and developers have put specific code in to check for periods in usernames. VMware, for instance,...
  24. Replies
    4
    Views
    3,053

    [ubuntu] Re: dots in username

    Thank you for the reply. Upon your advice, I did submit a bug report (actually updated an existing one). I am guessing it is a policy decision to prevent compatibility issues.

    I did use...
  25. Replies
    3
    Views
    1,849

    [ubuntu] I need to hijack a terminal session

    Sometimes I have users that ssh or telnet into a server, open some records on a db, then leave for lunch (potentially locking the records). Is there a way to hijack their terminal session and send...
Results 1 to 25 of 31
Page 1 of 2 1 2