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 Reply Children
  • 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
      
  • Great ! Thanks... [:)]ce that runs) ?   
  • You could make a DNAT for example. Of course, port 22 is busy because of ASL's sshd. But just make DNAT that changes the port, too.

    An internal sshd would be reachable by mydomain.com:2222 for example. DNAT would retransform 2222 in 22.

    Xeno