nm-ssh-dialog.ui 62 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <interface>
  3. <requires lib="gtk+" version="2.16"/>
  4. <!-- interface-naming-policy toplevel-contextual -->
  5. <object class="GtkAdjustment" id="adjustment1">
  6. <property name="lower">1</property>
  7. <property name="upper">65535</property>
  8. <property name="value">22</property>
  9. <property name="step_increment">1</property>
  10. <property name="page_increment">10</property>
  11. </object>
  12. <object class="GtkAdjustment" id="adjustment2">
  13. <property name="lower">1</property>
  14. <property name="upper">65535</property>
  15. <property name="value">1500</property>
  16. <property name="step_increment">1</property>
  17. <property name="page_increment">10</property>
  18. </object>
  19. <object class="GtkAdjustment" id="adjustment3">
  20. <property name="upper">255</property>
  21. <property name="step_increment">1</property>
  22. <property name="page_increment">10</property>
  23. </object>
  24. <object class="GtkListStore" id="liststore1"/>
  25. <object class="GtkListStore" id="liststore2"/>
  26. <object class="GtkListStore" id="model1">
  27. <columns>
  28. <!-- column-name gchararray -->
  29. <column type="gchararray"/>
  30. </columns>
  31. <data>
  32. <row>
  33. <col id="0" translatable="yes"> </col>
  34. </row>
  35. </data>
  36. </object>
  37. <object class="GtkListStore" id="model2">
  38. <columns>
  39. <!-- column-name gchararray -->
  40. <column type="gchararray"/>
  41. </columns>
  42. <data>
  43. <row>
  44. <col id="0" translatable="yes"> </col>
  45. </row>
  46. </data>
  47. </object>
  48. <object class="GtkListStore" id="model3">
  49. <columns>
  50. <!-- column-name gchararray -->
  51. <column type="gchararray"/>
  52. </columns>
  53. <data>
  54. <row>
  55. <col id="0" translatable="yes"> </col>
  56. </row>
  57. </data>
  58. </object>
  59. <object class="GtkListStore" id="model4">
  60. <columns>
  61. <!-- column-name gchararray -->
  62. <column type="gchararray"/>
  63. </columns>
  64. <data>
  65. <row>
  66. <col id="0" translatable="yes"> </col>
  67. </row>
  68. </data>
  69. </object>
  70. <object class="GtkListStore" id="model5">
  71. <columns>
  72. <!-- column-name gchararray -->
  73. <column type="gchararray"/>
  74. </columns>
  75. <data>
  76. <row>
  77. <col id="0" translatable="yes"> </col>
  78. </row>
  79. </data>
  80. </object>
  81. <object class="GtkListStore" id="model6">
  82. <columns>
  83. <!-- column-name gchararray -->
  84. <column type="gchararray"/>
  85. </columns>
  86. <data>
  87. <row>
  88. <col id="0" translatable="yes">Not required</col>
  89. </row>
  90. </data>
  91. </object>
  92. <object class="GtkDialog" id="ssh_advanced_dialog">
  93. <property name="can_focus">False</property>
  94. <property name="border_width">5</property>
  95. <property name="title" translatable="yes">SSH Advanced Options</property>
  96. <property name="window_position">center-on-parent</property>
  97. <property name="destroy_with_parent">True</property>
  98. <property name="icon_name">stock-preferences</property>
  99. <property name="type_hint">dialog</property>
  100. <property name="skip_pager_hint">True</property>
  101. <child internal-child="vbox">
  102. <object class="GtkVBox" id="ssh_advanced_dialog_vbox">
  103. <property name="visible">True</property>
  104. <property name="can_focus">False</property>
  105. <property name="spacing">2</property>
  106. <child internal-child="action_area">
  107. <object class="GtkHButtonBox" id="ssh_advanced_dialog_action_area">
  108. <property name="visible">True</property>
  109. <property name="can_focus">False</property>
  110. <property name="layout_style">end</property>
  111. <child>
  112. <object class="GtkButton" id="cancel_button">
  113. <property name="label">gtk-cancel</property>
  114. <property name="visible">True</property>
  115. <property name="can_focus">True</property>
  116. <property name="receives_default">False</property>
  117. <property name="use_stock">True</property>
  118. </object>
  119. <packing>
  120. <property name="expand">False</property>
  121. <property name="fill">False</property>
  122. <property name="position">0</property>
  123. </packing>
  124. </child>
  125. <child>
  126. <object class="GtkButton" id="ok_button">
  127. <property name="label">gtk-ok</property>
  128. <property name="visible">True</property>
  129. <property name="can_focus">True</property>
  130. <property name="receives_default">False</property>
  131. <property name="use_stock">True</property>
  132. </object>
  133. <packing>
  134. <property name="expand">False</property>
  135. <property name="fill">False</property>
  136. <property name="position">1</property>
  137. </packing>
  138. </child>
  139. </object>
  140. <packing>
  141. <property name="expand">False</property>
  142. <property name="fill">True</property>
  143. <property name="pack_type">end</property>
  144. <property name="position">0</property>
  145. </packing>
  146. </child>
  147. <child>
  148. <object class="GtkNotebook" id="advanced_dialog_notebook">
  149. <property name="visible">True</property>
  150. <property name="can_focus">True</property>
  151. <child>
  152. <object class="GtkVBox" id="advanced_dialog_vbox">
  153. <property name="visible">True</property>
  154. <property name="can_focus">False</property>
  155. <property name="border_width">12</property>
  156. <property name="spacing">6</property>
  157. <child>
  158. <object class="GtkHBox" id="port_hbox">
  159. <property name="visible">True</property>
  160. <property name="can_focus">False</property>
  161. <property name="spacing">6</property>
  162. <child>
  163. <object class="GtkCheckButton" id="port_checkbutton">
  164. <property name="label" translatable="yes">Use custom gateway port:</property>
  165. <property name="visible">True</property>
  166. <property name="can_focus">True</property>
  167. <property name="receives_default">False</property>
  168. <property name="use_underline">True</property>
  169. <property name="draw_indicator">True</property>
  170. </object>
  171. <packing>
  172. <property name="expand">False</property>
  173. <property name="fill">True</property>
  174. <property name="position">0</property>
  175. </packing>
  176. </child>
  177. <child>
  178. <object class="GtkSpinButton" id="port_spinbutton">
  179. <property name="visible">True</property>
  180. <property name="can_focus">True</property>
  181. <property name="primary_icon_activatable">False</property>
  182. <property name="secondary_icon_activatable">False</property>
  183. <property name="primary_icon_sensitive">True</property>
  184. <property name="secondary_icon_sensitive">True</property>
  185. <property name="adjustment">adjustment1</property>
  186. <property name="climb_rate">1</property>
  187. <property name="numeric">True</property>
  188. </object>
  189. <packing>
  190. <property name="expand">False</property>
  191. <property name="fill">False</property>
  192. <property name="position">1</property>
  193. </packing>
  194. </child>
  195. </object>
  196. <packing>
  197. <property name="expand">False</property>
  198. <property name="fill">True</property>
  199. <property name="position">0</property>
  200. </packing>
  201. </child>
  202. <child>
  203. <object class="GtkHBox" id="tunmtu_hbox">
  204. <property name="visible">True</property>
  205. <property name="can_focus">False</property>
  206. <property name="spacing">6</property>
  207. <child>
  208. <object class="GtkCheckButton" id="tunmtu_checkbutton">
  209. <property name="label" translatable="yes">Use custom tunnel Maximum Transmission Unit (MTU):</property>
  210. <property name="visible">True</property>
  211. <property name="can_focus">True</property>
  212. <property name="receives_default">False</property>
  213. <property name="use_underline">True</property>
  214. <property name="draw_indicator">True</property>
  215. </object>
  216. <packing>
  217. <property name="expand">False</property>
  218. <property name="fill">True</property>
  219. <property name="position">0</property>
  220. </packing>
  221. </child>
  222. <child>
  223. <object class="GtkSpinButton" id="tunmtu_spinbutton">
  224. <property name="visible">True</property>
  225. <property name="can_focus">True</property>
  226. <property name="invisible_char">●</property>
  227. <property name="invisible_char_set">True</property>
  228. <property name="primary_icon_activatable">False</property>
  229. <property name="secondary_icon_activatable">False</property>
  230. <property name="primary_icon_sensitive">True</property>
  231. <property name="secondary_icon_sensitive">True</property>
  232. <property name="adjustment">adjustment2</property>
  233. <property name="climb_rate">1</property>
  234. <property name="numeric">True</property>
  235. </object>
  236. <packing>
  237. <property name="expand">False</property>
  238. <property name="fill">False</property>
  239. <property name="position">1</property>
  240. </packing>
  241. </child>
  242. </object>
  243. <packing>
  244. <property name="expand">False</property>
  245. <property name="fill">True</property>
  246. <property name="position">1</property>
  247. </packing>
  248. </child>
  249. <child>
  250. <object class="GtkHBox" id="extra_opts_hbox">
  251. <property name="visible">True</property>
  252. <property name="can_focus">False</property>
  253. <property name="spacing">6</property>
  254. <child>
  255. <object class="GtkCheckButton" id="extra_opts_checkbutton">
  256. <property name="label" translatable="yes">Extra SSH options:</property>
  257. <property name="visible">True</property>
  258. <property name="can_focus">True</property>
  259. <property name="receives_default">False</property>
  260. <property name="use_underline">True</property>
  261. <property name="draw_indicator">True</property>
  262. </object>
  263. <packing>
  264. <property name="expand">False</property>
  265. <property name="fill">True</property>
  266. <property name="position">0</property>
  267. </packing>
  268. </child>
  269. <child>
  270. <object class="GtkEntry" id="extra_opts_entry">
  271. <property name="visible">True</property>
  272. <property name="can_focus">True</property>
  273. <property name="invisible_char">●</property>
  274. <property name="text">-o ServerAliveInterval=10 -o TCPKeepAlive=yes</property>
  275. <property name="primary_icon_activatable">False</property>
  276. <property name="secondary_icon_activatable">False</property>
  277. <property name="primary_icon_sensitive">True</property>
  278. <property name="secondary_icon_sensitive">True</property>
  279. </object>
  280. <packing>
  281. <property name="expand">True</property>
  282. <property name="fill">True</property>
  283. <property name="position">1</property>
  284. </packing>
  285. </child>
  286. </object>
  287. <packing>
  288. <property name="expand">False</property>
  289. <property name="fill">True</property>
  290. <property name="position">2</property>
  291. </packing>
  292. </child>
  293. <child>
  294. <object class="GtkHBox" id="remote_dev_hbox">
  295. <property name="visible">True</property>
  296. <property name="can_focus">False</property>
  297. <property name="spacing">6</property>
  298. <child>
  299. <object class="GtkCheckButton" id="remote_dev_checkbutton">
  300. <property name="label" translatable="yes">Remote device number:</property>
  301. <property name="visible">True</property>
  302. <property name="can_focus">True</property>
  303. <property name="receives_default">False</property>
  304. <property name="use_underline">True</property>
  305. <property name="yalign">0.49000000953674316</property>
  306. <property name="draw_indicator">True</property>
  307. </object>
  308. <packing>
  309. <property name="expand">False</property>
  310. <property name="fill">True</property>
  311. <property name="position">0</property>
  312. </packing>
  313. </child>
  314. <child>
  315. <object class="GtkSpinButton" id="remote_dev_spinbutton">
  316. <property name="visible">True</property>
  317. <property name="can_focus">True</property>
  318. <property name="max_length">5</property>
  319. <property name="invisible_char">●</property>
  320. <property name="invisible_char_set">True</property>
  321. <property name="primary_icon_activatable">False</property>
  322. <property name="secondary_icon_activatable">False</property>
  323. <property name="primary_icon_sensitive">True</property>
  324. <property name="secondary_icon_sensitive">True</property>
  325. <property name="adjustment">adjustment3</property>
  326. <property name="climb_rate">1</property>
  327. <property name="numeric">True</property>
  328. </object>
  329. <packing>
  330. <property name="expand">False</property>
  331. <property name="fill">False</property>
  332. <property name="position">1</property>
  333. </packing>
  334. </child>
  335. </object>
  336. <packing>
  337. <property name="expand">False</property>
  338. <property name="fill">True</property>
  339. <property name="position">3</property>
  340. </packing>
  341. </child>
  342. <child>
  343. <object class="GtkHBox" id="tap_hbox">
  344. <property name="visible">True</property>
  345. <property name="can_focus">False</property>
  346. <property name="spacing">6</property>
  347. <child>
  348. <object class="GtkCheckButton" id="tap_checkbutton">
  349. <property name="label" translatable="yes">Use a TAP device</property>
  350. <property name="visible">True</property>
  351. <property name="can_focus">True</property>
  352. <property name="receives_default">False</property>
  353. <property name="use_underline">True</property>
  354. <property name="yalign">0.49000000953674316</property>
  355. <property name="draw_indicator">True</property>
  356. </object>
  357. <packing>
  358. <property name="expand">False</property>
  359. <property name="fill">True</property>
  360. <property name="position">0</property>
  361. </packing>
  362. </child>
  363. </object>
  364. <packing>
  365. <property name="expand">False</property>
  366. <property name="fill">True</property>
  367. <property name="position">4</property>
  368. </packing>
  369. </child>
  370. <child>
  371. <object class="GtkHBox" id="remote_username_hbox">
  372. <property name="visible">True</property>
  373. <property name="can_focus">False</property>
  374. <property name="spacing">6</property>
  375. <child>
  376. <object class="GtkCheckButton" id="remote_username_checkbutton">
  377. <property name="label" translatable="yes">Remote username:</property>
  378. <property name="visible">True</property>
  379. <property name="can_focus">True</property>
  380. <property name="receives_default">False</property>
  381. <property name="use_underline">True</property>
  382. <property name="yalign">0.52999997138977051</property>
  383. <property name="draw_indicator">True</property>
  384. </object>
  385. <packing>
  386. <property name="expand">False</property>
  387. <property name="fill">True</property>
  388. <property name="position">0</property>
  389. </packing>
  390. </child>
  391. <child>
  392. <object class="GtkEntry" id="remote_username_entry">
  393. <property name="visible">True</property>
  394. <property name="can_focus">True</property>
  395. <property name="invisible_char">●</property>
  396. <property name="text">root</property>
  397. <property name="invisible_char_set">True</property>
  398. <property name="primary_icon_activatable">False</property>
  399. <property name="secondary_icon_activatable">False</property>
  400. <property name="primary_icon_sensitive">True</property>
  401. <property name="secondary_icon_sensitive">True</property>
  402. </object>
  403. <packing>
  404. <property name="expand">True</property>
  405. <property name="fill">True</property>
  406. <property name="position">1</property>
  407. </packing>
  408. </child>
  409. </object>
  410. <packing>
  411. <property name="expand">False</property>
  412. <property name="fill">True</property>
  413. <property name="position">5</property>
  414. </packing>
  415. </child>
  416. <child>
  417. <object class="GtkHBox" id="no_default_route_hbox">
  418. <property name="visible">True</property>
  419. <property name="can_focus">False</property>
  420. <property name="spacing">6</property>
  421. <child>
  422. <object class="GtkCheckButton" id="no_default_route_checkbutton">
  423. <property name="label" translatable="yes">Do not replace default route</property>
  424. <property name="visible">True</property>
  425. <property name="can_focus">True</property>
  426. <property name="receives_default">False</property>
  427. <property name="use_underline">True</property>
  428. <property name="yalign">0.49000000953674316</property>
  429. <property name="draw_indicator">True</property>
  430. </object>
  431. <packing>
  432. <property name="expand">False</property>
  433. <property name="fill">True</property>
  434. <property name="position">0</property>
  435. </packing>
  436. </child>
  437. </object>
  438. <packing>
  439. <property name="expand">False</property>
  440. <property name="fill">True</property>
  441. <property name="position">6</property>
  442. </packing>
  443. </child>
  444. </object>
  445. </child>
  446. <child type="tab">
  447. <object class="GtkLabel" id="advanced_dialog_label">
  448. <property name="visible">True</property>
  449. <property name="can_focus">False</property>
  450. <property name="label" translatable="yes">General</property>
  451. </object>
  452. <packing>
  453. <property name="tab_fill">False</property>
  454. </packing>
  455. </child>
  456. </object>
  457. <packing>
  458. <property name="expand">False</property>
  459. <property name="fill">False</property>
  460. <property name="position">1</property>
  461. </packing>
  462. </child>
  463. </object>
  464. </child>
  465. <action-widgets>
  466. <action-widget response="-6">cancel_button</action-widget>
  467. <action-widget response="-5">ok_button</action-widget>
  468. </action-widgets>
  469. </object>
  470. <object class="GtkVBox" id="ssh_main_vbox">
  471. <property name="visible">True</property>
  472. <property name="can_focus">False</property>
  473. <property name="border_width">12</property>
  474. <property name="spacing">16</property>
  475. <child>
  476. <object class="GtkVBox" id="general_vbox">
  477. <property name="visible">True</property>
  478. <property name="can_focus">False</property>
  479. <property name="spacing">6</property>
  480. <child>
  481. <object class="GtkLabel" id="general_label">
  482. <property name="visible">True</property>
  483. <property name="can_focus">False</property>
  484. <property name="xalign">0</property>
  485. <property name="label" translatable="yes">&lt;b&gt;General&lt;/b&gt;</property>
  486. <property name="use_markup">True</property>
  487. </object>
  488. <packing>
  489. <property name="expand">False</property>
  490. <property name="fill">False</property>
  491. <property name="position">0</property>
  492. </packing>
  493. </child>
  494. <child>
  495. <object class="GtkAlignment" id="general_alignment">
  496. <property name="visible">True</property>
  497. <property name="can_focus">False</property>
  498. <property name="left_padding">12</property>
  499. <child>
  500. <object class="GtkTable" id="general_table">
  501. <property name="visible">True</property>
  502. <property name="can_focus">False</property>
  503. <property name="n_columns">2</property>
  504. <property name="column_spacing">6</property>
  505. <property name="row_spacing">6</property>
  506. <child>
  507. <object class="GtkLabel" id="gateway_label">
  508. <property name="visible">True</property>
  509. <property name="can_focus">False</property>
  510. <property name="xalign">0</property>
  511. <property name="label" translatable="yes">Gateway:</property>
  512. <property name="use_underline">True</property>
  513. <property name="mnemonic_widget">gateway_entry</property>
  514. </object>
  515. <packing>
  516. <property name="x_options"/>
  517. <property name="y_options"/>
  518. </packing>
  519. </child>
  520. <child>
  521. <object class="GtkAlignment" id="gateway_alignment">
  522. <property name="visible">True</property>
  523. <property name="can_focus">False</property>
  524. <property name="xalign">1</property>
  525. <property name="xscale">0</property>
  526. <child>
  527. <object class="GtkEntry" id="gateway_entry">
  528. <property name="visible">True</property>
  529. <property name="can_focus">True</property>
  530. <property name="primary_icon_activatable">False</property>
  531. <property name="secondary_icon_activatable">False</property>
  532. <property name="primary_icon_sensitive">True</property>
  533. <property name="secondary_icon_sensitive">True</property>
  534. </object>
  535. </child>
  536. </object>
  537. <packing>
  538. <property name="left_attach">1</property>
  539. <property name="right_attach">2</property>
  540. <property name="y_options"/>
  541. </packing>
  542. </child>
  543. </object>
  544. </child>
  545. </object>
  546. <packing>
  547. <property name="expand">True</property>
  548. <property name="fill">True</property>
  549. <property name="position">1</property>
  550. </packing>
  551. </child>
  552. </object>
  553. <packing>
  554. <property name="expand">False</property>
  555. <property name="fill">True</property>
  556. <property name="position">0</property>
  557. </packing>
  558. </child>
  559. <child>
  560. <object class="GtkVBox" id="network_settings_vbox">
  561. <property name="visible">True</property>
  562. <property name="can_focus">False</property>
  563. <property name="spacing">6</property>
  564. <child>
  565. <object class="GtkLabel" id="network_settings_label">
  566. <property name="visible">True</property>
  567. <property name="can_focus">False</property>
  568. <property name="xalign">0</property>
  569. <property name="label" translatable="yes">&lt;b&gt;Network Settings&lt;/b&gt;</property>
  570. <property name="use_markup">True</property>
  571. </object>
  572. <packing>
  573. <property name="expand">False</property>
  574. <property name="fill">False</property>
  575. <property name="position">0</property>
  576. </packing>
  577. </child>
  578. <child>
  579. <object class="GtkAlignment" id="network_settings_alignment">
  580. <property name="visible">True</property>
  581. <property name="can_focus">False</property>
  582. <property name="left_padding">12</property>
  583. <child>
  584. <object class="GtkTable" id="network_settings_table">
  585. <property name="visible">True</property>
  586. <property name="can_focus">False</property>
  587. <property name="n_columns">2</property>
  588. <property name="column_spacing">6</property>
  589. <property name="row_spacing">6</property>
  590. <child>
  591. <object class="GtkNotebook" id="network_settings_notebook">
  592. <property name="visible">True</property>
  593. <property name="can_focus">False</property>
  594. <property name="show_tabs">False</property>
  595. <property name="show_border">False</property>
  596. <child>
  597. <object class="GtkTable" id="network_settings_notebook_table">
  598. <property name="visible">True</property>
  599. <property name="can_focus">False</property>
  600. <property name="n_rows">3</property>
  601. <property name="n_columns">2</property>
  602. <property name="column_spacing">6</property>
  603. <property name="row_spacing">6</property>
  604. <child>
  605. <object class="GtkLabel" id="remote_ip_label">
  606. <property name="visible">True</property>
  607. <property name="can_focus">False</property>
  608. <property name="xalign">0</property>
  609. <property name="label" translatable="yes">Remote IP Address:</property>
  610. <property name="justify">right</property>
  611. </object>
  612. </child>
  613. <child>
  614. <object class="GtkAlignment" id="remote_ip_alignment">
  615. <property name="visible">True</property>
  616. <property name="can_focus">False</property>
  617. <property name="xalign">1</property>
  618. <property name="xscale">0</property>
  619. <child>
  620. <object class="GtkEntry" id="remote_ip_entry">
  621. <property name="visible">True</property>
  622. <property name="can_focus">True</property>
  623. <property name="text">172.16.40.1</property>
  624. <property name="primary_icon_activatable">False</property>
  625. <property name="secondary_icon_activatable">False</property>
  626. <property name="primary_icon_sensitive">True</property>
  627. <property name="secondary_icon_sensitive">True</property>
  628. </object>
  629. </child>
  630. </object>
  631. <packing>
  632. <property name="left_attach">1</property>
  633. <property name="right_attach">2</property>
  634. <property name="y_options"/>
  635. </packing>
  636. </child>
  637. <child>
  638. <object class="GtkLabel" id="local_ip_label">
  639. <property name="visible">True</property>
  640. <property name="can_focus">False</property>
  641. <property name="xalign">0</property>
  642. <property name="label" translatable="yes">Local IP Address:</property>
  643. <property name="justify">right</property>
  644. </object>
  645. <packing>
  646. <property name="top_attach">1</property>
  647. <property name="bottom_attach">2</property>
  648. </packing>
  649. </child>
  650. <child>
  651. <object class="GtkAlignment" id="local_ip_alignment">
  652. <property name="visible">True</property>
  653. <property name="can_focus">False</property>
  654. <property name="xalign">1</property>
  655. <property name="xscale">0</property>
  656. <child>
  657. <object class="GtkEntry" id="local_ip_entry">
  658. <property name="visible">True</property>
  659. <property name="can_focus">True</property>
  660. <property name="text">172.16.40.2</property>
  661. <property name="primary_icon_activatable">False</property>
  662. <property name="secondary_icon_activatable">False</property>
  663. <property name="primary_icon_sensitive">True</property>
  664. <property name="secondary_icon_sensitive">True</property>
  665. </object>
  666. </child>
  667. </object>
  668. <packing>
  669. <property name="left_attach">1</property>
  670. <property name="right_attach">2</property>
  671. <property name="top_attach">1</property>
  672. <property name="bottom_attach">2</property>
  673. <property name="y_options"/>
  674. </packing>
  675. </child>
  676. <child>
  677. <object class="GtkLabel" id="netmask_label">
  678. <property name="visible">True</property>
  679. <property name="can_focus">False</property>
  680. <property name="xalign">0</property>
  681. <property name="label" translatable="yes">Netmask:</property>
  682. <property name="justify">right</property>
  683. </object>
  684. <packing>
  685. <property name="top_attach">2</property>
  686. <property name="bottom_attach">3</property>
  687. </packing>
  688. </child>
  689. <child>
  690. <object class="GtkAlignment" id="netmask_alignment">
  691. <property name="visible">True</property>
  692. <property name="can_focus">False</property>
  693. <property name="xalign">1</property>
  694. <property name="xscale">0</property>
  695. <child>
  696. <object class="GtkEntry" id="netmask_entry">
  697. <property name="visible">True</property>
  698. <property name="can_focus">True</property>
  699. <property name="invisible_char">●</property>
  700. <property name="text">255.255.255.252</property>
  701. <property name="invisible_char_set">True</property>
  702. <property name="primary_icon_activatable">False</property>
  703. <property name="secondary_icon_activatable">False</property>
  704. <property name="primary_icon_sensitive">True</property>
  705. <property name="secondary_icon_sensitive">True</property>
  706. </object>
  707. </child>
  708. </object>
  709. <packing>
  710. <property name="left_attach">1</property>
  711. <property name="right_attach">2</property>
  712. <property name="top_attach">2</property>
  713. <property name="bottom_attach">3</property>
  714. <property name="y_options"/>
  715. </packing>
  716. </child>
  717. </object>
  718. </child>
  719. <child type="tab">
  720. <placeholder/>
  721. </child>
  722. </object>
  723. <packing>
  724. <property name="right_attach">2</property>
  725. <property name="y_options">GTK_EXPAND</property>
  726. </packing>
  727. </child>
  728. </object>
  729. </child>
  730. </object>
  731. <packing>
  732. <property name="expand">False</property>
  733. <property name="fill">False</property>
  734. <property name="position">1</property>
  735. </packing>
  736. </child>
  737. <child>
  738. <object class="GtkLabel" id="ipv6_label">
  739. <property name="can_focus">False</property>
  740. <property name="no_show_all">True</property>
  741. <property name="xalign">0</property>
  742. <property name="label" translatable="yes">&lt;b&gt;IPv6 Network Settings&lt;/b&gt;</property>
  743. <property name="use_markup">True</property>
  744. </object>
  745. <packing>
  746. <property name="expand">False</property>
  747. <property name="fill">False</property>
  748. <property name="position">2</property>
  749. </packing>
  750. </child>
  751. <child>
  752. <object class="GtkAlignment" id="ipv6_alignment">
  753. <property name="can_focus">False</property>
  754. <property name="no_show_all">True</property>
  755. <property name="left_padding">12</property>
  756. <child>
  757. <object class="GtkTable" id="ipv6_table">
  758. <property name="visible">True</property>
  759. <property name="can_focus">False</property>
  760. <property name="n_columns">2</property>
  761. <property name="column_spacing">6</property>
  762. <property name="row_spacing">6</property>
  763. <child>
  764. <object class="GtkNotebook" id="ipv6_notebook">
  765. <property name="visible">True</property>
  766. <property name="can_focus">False</property>
  767. <property name="show_tabs">False</property>
  768. <property name="show_border">False</property>
  769. <child>
  770. <object class="GtkTable" id="ipv6_notebook_table">
  771. <property name="visible">True</property>
  772. <property name="can_focus">False</property>
  773. <property name="n_rows">4</property>
  774. <property name="n_columns">2</property>
  775. <property name="column_spacing">6</property>
  776. <property name="row_spacing">6</property>
  777. <child>
  778. <object class="GtkCheckButton" id="ipv6_checkbutton">
  779. <property name="label" translatable="yes">Use IPv6</property>
  780. <property name="visible">True</property>
  781. <property name="can_focus">True</property>
  782. <property name="receives_default">False</property>
  783. <property name="use_underline">True</property>
  784. <property name="yalign">0.49000000953674316</property>
  785. <property name="draw_indicator">True</property>
  786. </object>
  787. <packing>
  788. <property name="right_attach">2</property>
  789. </packing>
  790. </child>
  791. <child>
  792. <object class="GtkLabel" id="remote_ip_6_label">
  793. <property name="visible">True</property>
  794. <property name="can_focus">False</property>
  795. <property name="xalign">0</property>
  796. <property name="label" translatable="yes">Remote IP Address (IPv6):</property>
  797. <property name="justify">right</property>
  798. </object>
  799. <packing>
  800. <property name="top_attach">1</property>
  801. <property name="bottom_attach">2</property>
  802. </packing>
  803. </child>
  804. <child>
  805. <object class="GtkAlignment" id="remote_ip_6_alignment">
  806. <property name="visible">True</property>
  807. <property name="can_focus">False</property>
  808. <property name="xalign">1</property>
  809. <property name="xscale">0</property>
  810. <child>
  811. <object class="GtkEntry" id="remote_ip_6_entry">
  812. <property name="visible">True</property>
  813. <property name="can_focus">True</property>
  814. <property name="invisible_char">●</property>
  815. <property name="text">2001:db8:abba:1000::1</property>
  816. <property name="invisible_char_set">True</property>
  817. <property name="primary_icon_activatable">False</property>
  818. <property name="secondary_icon_activatable">False</property>
  819. <property name="primary_icon_sensitive">True</property>
  820. <property name="secondary_icon_sensitive">True</property>
  821. </object>
  822. </child>
  823. </object>
  824. <packing>
  825. <property name="left_attach">1</property>
  826. <property name="right_attach">2</property>
  827. <property name="top_attach">1</property>
  828. <property name="bottom_attach">2</property>
  829. <property name="y_options"/>
  830. </packing>
  831. </child>
  832. <child>
  833. <object class="GtkLabel" id="local_ip_6_label">
  834. <property name="visible">True</property>
  835. <property name="can_focus">False</property>
  836. <property name="xalign">0</property>
  837. <property name="label" translatable="yes">Local IP Address (IPv6):</property>
  838. <property name="justify">right</property>
  839. </object>
  840. <packing>
  841. <property name="top_attach">2</property>
  842. <property name="bottom_attach">3</property>
  843. </packing>
  844. </child>
  845. <child>
  846. <object class="GtkAlignment" id="local_ip_6_alignment">
  847. <property name="visible">True</property>
  848. <property name="can_focus">False</property>
  849. <property name="xalign">1</property>
  850. <property name="xscale">0</property>
  851. <child>
  852. <object class="GtkEntry" id="local_ip_6_entry">
  853. <property name="visible">True</property>
  854. <property name="can_focus">True</property>
  855. <property name="invisible_char">●</property>
  856. <property name="text">2001:db8:abba:1000::2</property>
  857. <property name="invisible_char_set">True</property>
  858. <property name="primary_icon_activatable">False</property>
  859. <property name="secondary_icon_activatable">False</property>
  860. <property name="primary_icon_sensitive">True</property>
  861. <property name="secondary_icon_sensitive">True</property>
  862. </object>
  863. </child>
  864. </object>
  865. <packing>
  866. <property name="left_attach">1</property>
  867. <property name="right_attach">2</property>
  868. <property name="top_attach">2</property>
  869. <property name="bottom_attach">3</property>
  870. <property name="y_options"/>
  871. </packing>
  872. </child>
  873. <child>
  874. <object class="GtkLabel" id="netmask_6_label">
  875. <property name="visible">True</property>
  876. <property name="can_focus">False</property>
  877. <property name="xalign">0</property>
  878. <property name="label" translatable="yes">Prefix (IPv6):</property>
  879. <property name="justify">right</property>
  880. </object>
  881. <packing>
  882. <property name="top_attach">3</property>
  883. <property name="bottom_attach">4</property>
  884. </packing>
  885. </child>
  886. <child>
  887. <object class="GtkAlignment" id="netmask_6_alignment">
  888. <property name="visible">True</property>
  889. <property name="can_focus">False</property>
  890. <property name="xalign">1</property>
  891. <property name="xscale">0</property>
  892. <child>
  893. <object class="GtkEntry" id="netmask_6_entry">
  894. <property name="visible">True</property>
  895. <property name="can_focus">True</property>
  896. <property name="invisible_char">●</property>
  897. <property name="text">64</property>
  898. <property name="invisible_char_set">True</property>
  899. <property name="primary_icon_activatable">False</property>
  900. <property name="secondary_icon_activatable">False</property>
  901. <property name="primary_icon_sensitive">True</property>
  902. <property name="secondary_icon_sensitive">True</property>
  903. </object>
  904. </child>
  905. </object>
  906. <packing>
  907. <property name="left_attach">1</property>
  908. <property name="right_attach">2</property>
  909. <property name="top_attach">3</property>
  910. <property name="bottom_attach">4</property>
  911. <property name="y_options"/>
  912. </packing>
  913. </child>
  914. </object>
  915. </child>
  916. <child type="tab">
  917. <placeholder/>
  918. </child>
  919. </object>
  920. <packing>
  921. <property name="right_attach">2</property>
  922. <property name="y_options">GTK_EXPAND</property>
  923. </packing>
  924. </child>
  925. </object>
  926. </child>
  927. </object>
  928. <packing>
  929. <property name="expand">False</property>
  930. <property name="fill">False</property>
  931. <property name="position">3</property>
  932. </packing>
  933. </child>
  934. </object>
  935. <packing>
  936. <property name="expand">False</property>
  937. <property name="fill">False</property>
  938. <property name="position">1</property>
  939. </packing>
  940. </child>
  941. <child>
  942. <object class="GtkAlignment" id="ssh_main_vbox_advanced_alignment">
  943. <property name="visible">True</property>
  944. <property name="can_focus">False</property>
  945. <property name="xalign">1</property>
  946. <property name="xscale">0</property>
  947. <child>
  948. <object class="GtkButton" id="advanced_button">
  949. <property name="visible">True</property>
  950. <property name="can_focus">True</property>
  951. <property name="receives_default">False</property>
  952. <child>
  953. <object class="GtkHBox" id="advanced_button_hbox">
  954. <property name="visible">True</property>
  955. <property name="can_focus">False</property>
  956. <property name="spacing">6</property>
  957. <child>
  958. <object class="GtkImage" id="advanced_button_image">
  959. <property name="visible">True</property>
  960. <property name="can_focus">False</property>
  961. <property name="stock">gtk-preferences</property>
  962. </object>
  963. <packing>
  964. <property name="expand">False</property>
  965. <property name="fill">False</property>
  966. <property name="position">0</property>
  967. </packing>
  968. </child>
  969. <child>
  970. <object class="GtkLabel" id="advanced_button_label">
  971. <property name="visible">True</property>
  972. <property name="can_focus">False</property>
  973. <property name="label" translatable="yes">Advanced...</property>
  974. <property name="use_markup">True</property>
  975. <property name="use_underline">True</property>
  976. </object>
  977. <packing>
  978. <property name="expand">False</property>
  979. <property name="fill">False</property>
  980. <property name="position">1</property>
  981. </packing>
  982. </child>
  983. </object>
  984. </child>
  985. </object>
  986. </child>
  987. </object>
  988. <packing>
  989. <property name="expand">False</property>
  990. <property name="fill">False</property>
  991. <property name="pack_type">end</property>
  992. <property name="position">2</property>
  993. </packing>
  994. </child>
  995. <child>
  996. <object class="GtkVBox" id="auth_vbox">
  997. <property name="visible">True</property>
  998. <property name="can_focus">False</property>
  999. <property name="spacing">6</property>
  1000. <child>
  1001. <object class="GtkLabel" id="auth_label">
  1002. <property name="visible">True</property>
  1003. <property name="can_focus">False</property>
  1004. <property name="xalign">0</property>
  1005. <property name="label" translatable="yes">&lt;b&gt;Authentication&lt;/b&gt;</property>
  1006. <property name="use_markup">True</property>
  1007. </object>
  1008. <packing>
  1009. <property name="expand">False</property>
  1010. <property name="fill">False</property>
  1011. <property name="position">0</property>
  1012. </packing>
  1013. </child>
  1014. <child>
  1015. <object class="GtkTable" id="auth_auth_type_table">
  1016. <property name="visible">True</property>
  1017. <property name="can_focus">False</property>
  1018. <property name="n_columns">2</property>
  1019. <child>
  1020. <object class="GtkLabel" id="auth_auth_type_label">
  1021. <property name="visible">True</property>
  1022. <property name="can_focus">False</property>
  1023. <property name="xalign">0</property>
  1024. <property name="label" translatable="yes">Type:</property>
  1025. <property name="use_markup">True</property>
  1026. </object>
  1027. </child>
  1028. <child>
  1029. <object class="GtkComboBox" id="auth_auth_type_combobox">
  1030. <property name="visible">True</property>
  1031. <property name="can_focus">False</property>
  1032. <property name="tooltip_text" translatable="yes">Select an authentication mode.</property>
  1033. <property name="model">model2</property>
  1034. <child>
  1035. <object class="GtkCellRendererText" id="renderer2"/>
  1036. <attributes>
  1037. <attribute name="text">0</attribute>
  1038. </attributes>
  1039. </child>
  1040. </object>
  1041. <packing>
  1042. <property name="left_attach">1</property>
  1043. <property name="right_attach">2</property>
  1044. </packing>
  1045. </child>
  1046. </object>
  1047. <packing>
  1048. <property name="expand">True</property>
  1049. <property name="fill">True</property>
  1050. <property name="position">1</property>
  1051. </packing>
  1052. </child>
  1053. <child>
  1054. <object class="GtkNotebook" id="auth_notebook">
  1055. <property name="visible">True</property>
  1056. <property name="can_focus">True</property>
  1057. <property name="show_tabs">False</property>
  1058. <property name="show_border">False</property>
  1059. <child>
  1060. <object class="GtkTable" id="auth_ssh_agent_table">
  1061. <property name="visible">True</property>
  1062. <property name="can_focus">False</property>
  1063. <property name="column_spacing">6</property>
  1064. <property name="row_spacing">6</property>
  1065. <child>
  1066. <placeholder/>
  1067. </child>
  1068. <child>
  1069. <placeholder/>
  1070. </child>
  1071. <child>
  1072. <placeholder/>
  1073. </child>
  1074. <child>
  1075. <placeholder/>
  1076. </child>
  1077. <child>
  1078. <placeholder/>
  1079. </child>
  1080. <child>
  1081. <placeholder/>
  1082. </child>
  1083. <child>
  1084. <placeholder/>
  1085. </child>
  1086. <child>
  1087. <placeholder/>
  1088. </child>
  1089. </object>
  1090. </child>
  1091. <child type="tab">
  1092. <object class="GtkLabel" id="auth_notebook_label1">
  1093. <property name="visible">True</property>
  1094. <property name="can_focus">False</property>
  1095. <property name="label">page 1</property>
  1096. </object>
  1097. <packing>
  1098. <property name="tab_fill">False</property>
  1099. </packing>
  1100. </child>
  1101. <child>
  1102. <object class="GtkTable" id="auth_password_table">
  1103. <property name="visible">True</property>
  1104. <property name="can_focus">False</property>
  1105. <property name="n_rows">2</property>
  1106. <property name="n_columns">2</property>
  1107. <property name="column_spacing">6</property>
  1108. <property name="row_spacing">6</property>
  1109. <child>
  1110. <object class="GtkLabel" id="auth_password_label">
  1111. <property name="visible">True</property>
  1112. <property name="can_focus">False</property>
  1113. <property name="xalign">0</property>
  1114. <property name="label" translatable="yes">Password:</property>
  1115. <property name="use_underline">True</property>
  1116. <property name="mnemonic_widget">gateway_entry</property>
  1117. </object>
  1118. <packing>
  1119. <property name="x_options">GTK_FILL</property>
  1120. <property name="y_options"/>
  1121. </packing>
  1122. </child>
  1123. <child>
  1124. <object class="GtkAlignment" id="auth_password_alignment">
  1125. <property name="visible">True</property>
  1126. <property name="can_focus">False</property>
  1127. <property name="xalign">1</property>
  1128. <property name="xscale">0</property>
  1129. <child>
  1130. <object class="GtkEntry" id="auth_password_entry">
  1131. <property name="visible">True</property>
  1132. <property name="can_focus">True</property>
  1133. <property name="invisible_char">●</property>
  1134. <property name="invisible_char_set">True</property>
  1135. <property name="primary_icon_activatable">False</property>
  1136. <property name="secondary_icon_activatable">False</property>
  1137. <property name="primary_icon_sensitive">True</property>
  1138. <property name="secondary_icon_sensitive">True</property>
  1139. </object>
  1140. </child>
  1141. </object>
  1142. <packing>
  1143. <property name="left_attach">1</property>
  1144. <property name="right_attach">2</property>
  1145. <property name="y_options"/>
  1146. </packing>
  1147. </child>
  1148. <child>
  1149. <object class="GtkCheckButton" id="auth_password_show_password_checkbutton">
  1150. <property name="label" translatable="yes">Show Passwords</property>
  1151. <property name="visible">True</property>
  1152. <property name="can_focus">True</property>
  1153. <property name="receives_default">False</property>
  1154. <property name="use_underline">True</property>
  1155. <property name="yalign">0.49000000953674316</property>
  1156. <property name="draw_indicator">True</property>
  1157. </object>
  1158. <packing>
  1159. <property name="top_attach">1</property>
  1160. <property name="bottom_attach">2</property>
  1161. </packing>
  1162. </child>
  1163. <child>
  1164. <object class="GtkComboBox" id="auth_password_save_password_combobox">
  1165. <property name="visible">True</property>
  1166. <property name="can_focus">False</property>
  1167. <property name="model">model2</property>
  1168. <child>
  1169. <object class="GtkCellRendererText" id="renderer1"/>
  1170. <attributes>
  1171. <attribute name="text">0</attribute>
  1172. </attributes>
  1173. </child>
  1174. </object>
  1175. <packing>
  1176. <property name="left_attach">1</property>
  1177. <property name="right_attach">2</property>
  1178. <property name="top_attach">1</property>
  1179. <property name="bottom_attach">2</property>
  1180. </packing>
  1181. </child>
  1182. </object>
  1183. <packing>
  1184. <property name="position">1</property>
  1185. </packing>
  1186. </child>
  1187. <child type="tab">
  1188. <object class="GtkLabel" id="auth_notebook_label2">
  1189. <property name="visible">True</property>
  1190. <property name="can_focus">False</property>
  1191. <property name="label">page 2</property>
  1192. </object>
  1193. <packing>
  1194. <property name="position">1</property>
  1195. <property name="tab_fill">False</property>
  1196. </packing>
  1197. </child>
  1198. <child>
  1199. <object class="GtkTable" id="auth_keyfile_table">
  1200. <property name="visible">True</property>
  1201. <property name="can_focus">False</property>
  1202. <property name="n_columns">2</property>
  1203. <property name="column_spacing">6</property>
  1204. <property name="row_spacing">6</property>
  1205. <child>
  1206. <object class="GtkLabel" id="auth_keyfile_label">
  1207. <property name="visible">True</property>
  1208. <property name="can_focus">False</property>
  1209. <property name="xalign">0</property>
  1210. <property name="label" translatable="yes">SSH Key File:</property>
  1211. <property name="use_underline">True</property>
  1212. <property name="mnemonic_widget">gateway_entry</property>
  1213. </object>
  1214. <packing>
  1215. <property name="x_options"/>
  1216. <property name="y_options"/>
  1217. </packing>
  1218. </child>
  1219. <child>
  1220. <object class="GtkAlignment" id="auth_keyfile_alignment">
  1221. <property name="visible">True</property>
  1222. <property name="can_focus">False</property>
  1223. <property name="xalign">1</property>
  1224. <property name="xscale">0</property>
  1225. <child>
  1226. <object class="GtkFileChooserButton" id="auth_keyfile_filechooserbutton">
  1227. <property name="visible">True</property>
  1228. <property name="can_focus">False</property>
  1229. </object>
  1230. </child>
  1231. </object>
  1232. <packing>
  1233. <property name="left_attach">1</property>
  1234. <property name="right_attach">2</property>
  1235. <property name="y_options"/>
  1236. </packing>
  1237. </child>
  1238. </object>
  1239. <packing>
  1240. <property name="position">2</property>
  1241. </packing>
  1242. </child>
  1243. <child type="tab">
  1244. <object class="GtkLabel" id="auth_notebook_label3">
  1245. <property name="visible">True</property>
  1246. <property name="can_focus">False</property>
  1247. <property name="label">page 3</property>
  1248. </object>
  1249. <packing>
  1250. <property name="position">2</property>
  1251. <property name="tab_fill">False</property>
  1252. </packing>
  1253. </child>
  1254. </object>
  1255. <packing>
  1256. <property name="expand">True</property>
  1257. <property name="fill">True</property>
  1258. <property name="position">2</property>
  1259. </packing>
  1260. </child>
  1261. </object>
  1262. <packing>
  1263. <property name="expand">False</property>
  1264. <property name="fill">True</property>
  1265. <property name="position">3</property>
  1266. </packing>
  1267. </child>
  1268. </object>
  1269. </interface>