ソースを参照

Merge pull request #33 from lbonanomi/ssh-tt

Added `ssh -tt`
pull/37/head
@trimstray 5年前
committed by GitHub
コミット
48ef1ba1dd
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: 4AEE18F83AFDEB23
1個のファイルの変更6行の追加0行の削除
  1. +6
    -0
      README.md

+ 6
- 0
README.md ファイルの表示

@@ -1627,6 +1627,12 @@ function _scg() {
}
```

###### SSH login without processing any login scripts

```bash
ssh -tt user@host bash
```

___

##### Tool: [linux-dev](https://www.tldp.org/LDP/abs/html/devref1.html)


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