Adds required parameter to ssh
This commit is contained in:
parent
441b492268
commit
0608f98c2b
4 changed files with 17 additions and 7 deletions
|
|
@ -1,2 +1,3 @@
|
|||
window-inherit-working-directory = false
|
||||
gtk-single-instance = false
|
||||
shell-integration-features = sudo
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
[Application]
|
||||
WindowWidth = 1702
|
||||
WindowHeight = 1382
|
||||
WindowWidth = 2051
|
||||
WindowHeight = 1424
|
||||
LastCheckedVersion = 'v0.14.0'
|
||||
LastLaunchedVersion = 'v0.15.1'
|
||||
LastLaunchedVersion = 'v0.15.2'
|
||||
EnableSystemTray = true
|
||||
CloseToSystemTray = false
|
||||
StartupPage = 'Albums'
|
||||
|
|
@ -29,7 +29,7 @@ UIScaleSize = 'Normal'
|
|||
|
||||
[[Servers]]
|
||||
ServerType = 'Subsonic'
|
||||
Hostname = 'http://rpi5:8010'
|
||||
Hostname = 'https://music.home'
|
||||
AltHostname = 'https://music.iedsoftworks.com'
|
||||
Username = 'michel'
|
||||
LegacyAuth = true
|
||||
|
|
@ -68,7 +68,7 @@ InitialView = 'List'
|
|||
TracklistColumns = ['Album', 'Time', 'Plays']
|
||||
|
||||
[NowPlayingConfig]
|
||||
InitialView = 'Lyrics'
|
||||
InitialView = 'Play Queue'
|
||||
|
||||
[Playback]
|
||||
Autoplay = false
|
||||
|
|
|
|||
|
|
@ -12,8 +12,8 @@
|
|||
<property name="last-location-bar" type="string" value="ThunarLocationEntry"/>
|
||||
<property name="last-details-view-zoom-level" type="string" value="THUNAR_ZOOM_LEVEL_50_PERCENT"/>
|
||||
<property name="last-details-view-column-widths" type="string" value="117,50,124,117,82,1214,50,50,2658,50,50,73,50,196"/>
|
||||
<property name="last-sort-column" type="string" value="THUNAR_COLUMN_NAME"/>
|
||||
<property name="last-sort-order" type="string" value="GTK_SORT_ASCENDING"/>
|
||||
<property name="last-sort-column" type="string" value="THUNAR_COLUMN_DATE_MODIFIED"/>
|
||||
<property name="last-sort-order" type="string" value="GTK_SORT_DESCENDING"/>
|
||||
<property name="last-details-view-visible-columns" type="string" value="THUNAR_COLUMN_DATE_CREATED,THUNAR_COLUMN_DATE_MODIFIED,THUNAR_COLUMN_NAME,THUNAR_COLUMN_SIZE,THUNAR_COLUMN_TYPE"/>
|
||||
<property name="last-show-hidden" type="bool" value="true"/>
|
||||
<property name="misc-expandable-folders" type="bool" value="true"/>
|
||||
|
|
|
|||
|
|
@ -1,3 +1,6 @@
|
|||
Host *
|
||||
SetEnv TERM=xterm-256color
|
||||
|
||||
Host webserver
|
||||
HostName h2995861.stratoserver.net
|
||||
User michel
|
||||
|
|
@ -8,6 +11,12 @@ Host rpi5
|
|||
User michel
|
||||
IdentityFile ~/.ssh/webserver.key
|
||||
|
||||
Host git.iedsoftworks.com
|
||||
HostName git.iedsoftworks.com
|
||||
User git
|
||||
Port 2222
|
||||
IdentityFile ~/.ssh/git.iedsoftworks.com.key
|
||||
|
||||
Host home
|
||||
HostName 192.168.178.27
|
||||
User michel
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue