Very basic question on Securbridge
Posted: Tue 10 Jan 2012 19:55
Hello there,
I am taking the very first steps with Securbridge and want to set up a secure tunnel SSH connection and I have a problem with compiling the source code.
I dropped in a form the following components:
ScSSHClient
ScSSHChannel
ScFileStorage
PgTable
PgConnection
DBGrid
PgDataSource
then filled the following properties:
PgConnection.database =database name
PgConnection.password =password to access the remote db
PgConnection.port =5432
PgConnection.server =localhost
PgConnection.username=username
ScSSHClient.hostname =postgres ssh address provided by the hosting website
ScSSHClient.password=provided by the hosting website
ScSSHClient.port=7822 which is the port the postgres server listens
ScSSHClient.user=provided by the hosting website
ScSSHClient.privatekeyname= blank
ScFileStorage. All properties are the default ones
ScSSHChannel.desthost=localhost
ScSSHChannel.destport = 5432
ScSSHChannel.sourceport=5433
I flagged all connected checkboxes of the above components, then connected the pgtable with pgdatasource and dbgrid and I can see all data of the remote DB.
At this stage I tried to compile and run the project but I have the error message "host key not verified".
What did I forget to do exactly ? why I can see the correct data at design time but can't run the application ?
Many thanks
Alberto Paganini
I am taking the very first steps with Securbridge and want to set up a secure tunnel SSH connection and I have a problem with compiling the source code.
I dropped in a form the following components:
ScSSHClient
ScSSHChannel
ScFileStorage
PgTable
PgConnection
DBGrid
PgDataSource
then filled the following properties:
PgConnection.database =database name
PgConnection.password =password to access the remote db
PgConnection.port =5432
PgConnection.server =localhost
PgConnection.username=username
ScSSHClient.hostname =postgres ssh address provided by the hosting website
ScSSHClient.password=provided by the hosting website
ScSSHClient.port=7822 which is the port the postgres server listens
ScSSHClient.user=provided by the hosting website
ScSSHClient.privatekeyname= blank
ScFileStorage. All properties are the default ones
ScSSHChannel.desthost=localhost
ScSSHChannel.destport = 5432
ScSSHChannel.sourceport=5433
I flagged all connected checkboxes of the above components, then connected the pgtable with pgdatasource and dbgrid and I can see all data of the remote DB.
At this stage I tried to compile and run the project but I have the error message "host key not verified".
What did I forget to do exactly ? why I can see the correct data at design time but can't run the application ?
Many thanks
Alberto Paganini