Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: cvs/ssh tunnel #369052
    gbsa
    Participant

    I found a solution from the following site:
    http://www.freebsddiary.org/cvs-remote.php

    Created a script called ssh10022
    #!/bin/sh
    ssh -p 10022 “$@”

    modifed ~/.tcshrc
    setenv CVS_RSH “/Users/user/Documents/scripts/ssh10022”

    created a tunnel:
    /usr/bin/ssh -v -N -p 22 -c 3des [email protected] -L10022internalipaddress:22

    Then was able to checkout a project.

    in reply to: sshd won’t start – cipher_encrypt bad plaintext #367243
    gbsa
    Participant

    Recreating all of the host_key files solved the problem.

    in reply to: Server Problem Notification – Intrusion #362468
    gbsa
    Participant

    I tightened the screws. And I did not get any emails for about a week. Then I opened/closed the enclosure like you mentioned and started getting emails within minutes of doing this. I am probably doing something wrong.

    Do you know where the sensors are located?

    Thanks so much for your help.

Viewing 3 posts - 1 through 3 (of 3 total)