瀏覽代碼

ssh -tt $HOST bash

Skip login scripts when SSHing, good for misconfigured .profiles or 100%-full disks.
pull/33/head
lbonanomi 5 年之前
committed by GitHub
父節點
當前提交
c6424a10ba
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 4AEE18F83AFDEB23
共有 1 個檔案被更改,包括 6 行新增0 行删除
  1. +6
    -0
      README.md

+ 6
- 0
README.md 查看文件

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

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

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

___

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


Loading…
取消
儲存