Does anyone know how to gain access directly to the configuration files in AsteriskNow? I have dual NICs and need to change the binding in the config file. I believe they blocked ssh2 access by default. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070504/c4d288d1/attachment.htm
Type CTRL-ALT- F2 (or F3 or F4 or F5) for the different tty's. You just have to login as admin as root is disabled. You can then use su to gain root access. On 5/4/07, Ed Nu?ez <enunez@netoneint.com> wrote:> > > > > > > Does anyone know how to gain access directly to the configuration files in > AsteriskNow? I have dual NICs and need to change the binding in the config > file. I believe they blocked ssh2 access by default. > > > _______________________________________________ > --Bandwidth and Colocation provided by Easynews.com -- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > > http://lists.digium.com/mailman/listinfo/asterisk-users > >-- *** Forrest Beck IAXTEL: 17002871718 jonforrest.beck@gmail.com
Ed Nu?ez wrote:> > > Does anyone know how to gain access directly to the configuration files > in AsteriskNow? I have dual NICs and need to change the binding in the > config file. I believe they blocked ssh2 access by default. >ssh is not blocked. You have to ssh into the userid admin. If you haven't changed it the password is "password". To get root access type "sudo su". Once there you can change the root password with "passwd". Bill