-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create Unblock Crosh (Ext., Terminal)
- Loading branch information
1 parent
2f15311
commit 0fd4708
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
Method 1: | ||
1) Download this extension: https://chrome.google.com/webstore/detail/secure-shell-dev/algkcnfjnajfhgimadimbjhmpaeohhln (or any other SSH extension) | ||
|
||
2) Type anything in the username box | ||
3) Type >crosh in the hostname box | ||
4) Press ENTER | ||
|
||
You should now have a crosh window open. | ||
|
||
Method 2 (requires further testing): | ||
|
||
1) Open the Terminal app and make a new SSH profile | ||
|
||
2) Type in ssh a@>crosh | ||
|
||
3) Save the profile | ||
|
||
4) Right click your terminal app and click on the SSH profile you made | ||
|
||
Enjoy your crosh window | ||
|
||
If either of these methods don't work, you can try downgrading to any version below v91. |