ソースを参照

Fixed remote office script

master
haemka 3年前
コミット
e7840ebea6
1個のファイルの変更4行の追加0行の削除
  1. +4
    -0
      remoteoffice.sh

+ 4
- 0
remoteoffice.sh ファイルの表示

@@ -1,5 +1,7 @@
#!/bin/sh

set -x

# VPN
NMCONN="49088a1e-18c2-48aa-a664-f212eb83a727"
# RDP
@@ -10,6 +12,8 @@ USER="$(pass show Work/AD-LOGIN | awk '/user:/ {print $2}')"
REMOTE="$(pass show Work/AD-LOGIN | awk '/remote:/ {print $2}')"

rdp() {
# resolve REMOTE to IPv4 before connecting in order to avoid IPv6 usage
REMOTE=$(dig ${REMOTE} A +short)
# alternative to "dynamic-resolution" is "smart-sizing"
xfreerdp /network:lan /gdi:hw +glyph-cache +fonts +aero \
/bpp:32 /size:${DEF_RESOLUTION} /dynamic-resolution \


読み込み中…
キャンセル
保存