This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

ssh to internal network

Dear All,

Is there anyway to ssh from astaro to internal network ?    


This thread was automatically locked due to age.
Parents
  • Yes.
    Create a Packetfilterrule.
    From: Internal_Interface__
    To: LocalNetwork
    Service: 22
    Allow

    Now you will be able to use ssh or scp from the firewall to the LocalNetwork.

    Cheers
    Xeno 
  • I tried that, but it only works after I su to root. How loginuser can ssh to internal ? 

    Best regards  
  • That's a normal behaviour. It would be a security problem if somebody who's not root could open a ssh-session. Only root is able to do that.

    If security isn't important (testmachine or something like that) you could give /dev/tty write-privileges for others.
    'chmod o+w /dev/tty'
    By doing this, loginuser and other users will be able to SSH to a remote.

    Cheers
    Xeno
      
Reply
  • That's a normal behaviour. It would be a security problem if somebody who's not root could open a ssh-session. Only root is able to do that.

    If security isn't important (testmachine or something like that) you could give /dev/tty write-privileges for others.
    'chmod o+w /dev/tty'
    By doing this, loginuser and other users will be able to SSH to a remote.

    Cheers
    Xeno
      
Children